Commened out manditory use of Clang-3.6

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-11-03 01:27:22 -08:00 committed by Lorenz Meier
parent de1a7b30ce
commit 84e9380b10
1 changed files with 3 additions and 2 deletions

View File

@ -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