|
Notes |
|
|
(0016899)
|
|
Philip Lowman
|
|
2009-07-18 00:04
|
|
|
Thanks for opening the bug report. Please attach the patch and I will check it in. |
|
|
|
(0017600)
|
|
Philip Lowman
|
|
2009-09-17 23:07
|
|
|
Hi, have you been able to find that patch yet? |
|
|
|
(0017603)
|
|
Adriaan de Groot
|
|
2009-09-18 04:28
|
|
|
Patch now attached; this one is a little more crude and just assumes that on UNIX, if it's not gcc or icc, it must be sunpro. You might improve it by actually checking the compiler name or identifier. |
|
|
|
(0017618)
|
|
Philip Lowman
|
|
2009-09-19 00:55
|
|
|
I didn't notice your comment in additional information. So ${CMAKE_CXX_COMPILER} is equal to "SunPro"? |
|
|
|
(0017650)
|
|
Adriaan de Groot
|
|
2009-09-19 16:57
|
|
CMAKE_CXX_COMPILER_ID, actually. This bit of CMakeLists.txt
message(STATUS ${CMAKE_CXX_COMPILER})
message(STATUS ${CMAKE_CXX_COMPILER_ID})
outputs the following path (useless) and ID.
-- /opt/SunStudioExpress/bin/CC
-- SunPro |
|
|
|
(0017661)
|
|
Philip Lowman
|
|
2009-09-20 11:34
|
|
Thanks. I've checked in a fix.
Committer: Philip Lowman <philip@yhbt.com>
/cvsroot/CMake/CMake/Modules/FindBoost.cmake,v <-- FindBoost.cmake
new revision: 1.43; previous revision: 1.42 |
|