Notes |
|
(0033153)
|
Brad King
|
2013-05-30 11:52
|
|
I cannot reproduce this. Please provide a full CMakeLists.txt that reproduces the problem (and cmake command line if necessary). Also provide the error message you see. |
|
|
(0033154)
|
azdagron
|
2013-05-30 12:45
|
|
Sorry for the lack of detail. I have attached CMakeLists.txt.
Here is the command line:
set VENDOR=c:\work\vendor
cmake -G "NMake Makefiles JOM" ..
And the output is:
>>>>>>>>>>>>>> BEGIN OUTPUT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:280 (find_li
brary):
Syntax error in cmake code at
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:280
when parsing string
NAMES;boost_chrono-vc110-mt-1_53;boost_chrono-vc110-mt;boost_chrono-mt-1_53;boost_chrono-mt;boos
t_chrono;HINTS;c:\work\vendor/lib;c:/work/vendor/include/lib;c:/work/vendor/include/../lib;c:/work/v
endor/include/stage/lib;PATHS;C:/boost/lib;C:/boost;/sw/local/lib;NAMES_PER_DIR;DOC;Boost chrono lib
rary (release)
Invalid escape sequence \w
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:931 (_Boost_FIND_LIBRARY)
CMakeLists.txt:8 (find_package)
-- Configuring incomplete, errors occurred!
>>>>>>>>>>>>>> END OUTPUT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
This doesn't happen if i leave the COMPONENTS off of find_package (i.e. find_package(Boost 1.53)
This works fine with cmake 2.8.10.2. |
|
|
(0033157)
|
Brad King
|
2013-05-30 16:30
|
|
|
|
(0034367)
|
Robert Maynard
|
2013-11-04 09:33
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|