forked from Archive/PX4-Autopilot
Commened out manditory use of Clang-3.6
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
de1a7b30ce
commit
84e9380b10
|
@ -121,8 +121,9 @@
|
|||
# and leads to wrong toolchain detection
|
||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
||||
|
||||
SET (CMAKE_C_COMPILER /usr/bin/clang-3.6)
|
||||
SET (CMAKE_CXX_COMPILER /usr/bin/clang++-3.6)
|
||||
# Use clang
|
||||
#SET (CMAKE_C_COMPILER /usr/bin/clang-3.6)
|
||||
#SET (CMAKE_CXX_COMPILER /usr/bin/clang++-3.6)
|
||||
|
||||
#=============================================================================
|
||||
# parameters
|
||||
|
|
Loading…
Reference in New Issue