projects
/
profile
/
ivi
/
automotive-message-broker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48ebd6
)
changed icecc to look for g++ instead of c++
author
Kevron Rees
<tripzero.kev@gmail.com>
Fri, 16 Aug 2013 16:38:14 +0000
(09:38 -0700)
committer
Kevron Rees
<kevron_m_rees@linux.intel.com>
Fri, 16 Aug 2013 17:09:00 +0000
(10:09 -0700)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
e6736f0
..
7074371
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-39,7
+39,7
@@
include (CMakeForceCompiler)
option(ENABLE_ICECC "Enable icecc checking, for distributed compilation" ON)
if (ENABLE_ICECC)
- find_program(ICECC /usr/lib/icecc/bin/
c
++)
+ find_program(ICECC /usr/lib/icecc/bin/
g
++)
if (ICECC)
message(STATUS "icecc will be used for distributed compiling")
cmake_force_cxx_compiler(${ICECC} icecc)