Hi,<br><br>I just switch form CMake 2.8.8 to 2.8.9. The CMake files worked before.<div>I&#39;m using a (non-modified) build from source of Boost 1.50, finding it with FindBoost module.</div><div>I&#39;m using VS2011 RC on Win 7 64bit. (the project I generate isn&#39;t 64 bit though).</div>
<div><br>Now I got this error:<br><br>CMake Error: The following variables are used in this project, but they are set to NOTFOUND.<br>Please set them or make sure they are set and tested correctly in the CMake files:<br>Boost_CHRONO_LIBRARY (ADVANCED)<br>
linked by target &quot;blahblahblah<br>Boost_DATE_TIME_LIBRARY (ADVANCED)<br>linked by target &quot;blahblahblah<br>Boost_FILESYSTEM_LIBRARY (ADVANCED)<br>linked by target &quot;blahblahblah<br>Boost_LOG_LIBRARY (ADVANCED)<br>
linked by target &quot;blahblahblah<br>Boost_LOG_SETUP_LIBRARY (ADVANCED)<br>linked by target &quot;blahblahblah<br>Boost_PROGRAM_OPTIONS_LIBRARY (ADVANCED)<br>linked by target &quot;blahblahblah<br>Boost_SYSTEM_LIBRARY (ADVANCED)<br>
linked by target &quot;blahblahblah<br>Boost_THREAD_LIBRARY (ADVANCED)<br>linked by target &quot;blahblahblah<br><br>I edited the target and path, there is only one target linking to boost libraries in my setup.<div>(Note: log is not in boost 1.50 but it shouldn&#39;t be a problem here).</div>
<div><br></div><div>On CMake GUI I got this strange variables:</div></div><div><br></div><div>Boost_CHRONO_LIBRARY : optimized;E:/Projects/SDK/boost/boost/lib/libboost_chrono-vc110-mt-1_50.lib;debug;E:/Projects/SDK/boost/boost/lib/libboost_chrono-vc110-mt-gd-1_50.lib</div>
<div>Boost_CHRONO_LIBRARY_DEBUG : Boost_CHRONO_LIBRARY_DEBUG-NOTFOUND</div><div>Boost_CHRONO_LIBRARY_RELEASE : Boost_CHRONO_LIBRARY_RELEASE-NOTFOUND</div><div><br></div><div>I got these 3 for each boost library that need linking (including log). </div>
<div>As you can see the libraries are found but the _DEBUG and _RELEASE variables are wrong.</div><div><br></div><div>Boost_DIR have not been set (Boost_DIR-NOTFOUND ) , I&#39;m using Boost_ROOT and it apparently partially work. </div>
<div>Boost_INCLUDE_DIR and Boost_LIBRARY_DIRS are both set at correct values (I verified that the files were correfly named too).</div><div><br></div><div>In my environnement variables I had BOOST_DIR and BOOST_ROOT set. I changed them to Boost_DIR and Boost_ROOT.</div>
<div>It didn&#39;t fix the problem.</div><div><br></div><div>Now I&#39;m getting back to CMake 2.8.8 because I need it immediately, but I can try solutions if you can point me to one.</div><div><br></div><div>My suspiscion right now is that there have been a modification to FindBoost but I didn&#39;t check (no time at the moment).</div>
<div><br></div><div><br></div><div>Joel Lamotte</div><div><br></div><div><br></div>