Hi David. Probably something in your CMakeList is set up incorrectly. If you share that CMakeList, someone might be able to tell what.
Petr On 10 June 2016 at 13:09, Xi Shen <[email protected]> wrote: > I created a simple command line tool on Windows, using the Boost library. > I use the CMake tool to generate the build file for MSBuild. > > I set the BOOST_INCLUDEDIR environment variable and CMake generated the > build file without any error. > > However the solution cannot be built by MSBuild. It complains not able to > find "boost\regex.hpp" file, etc. > > I found if I open the solution file and edit the `additional include > directory` and `additional library directory`, the solution can build > without error. > > So I wonder why CMake did not add those directories to the solution. What > did I miss? > > > Thanks, > Daivd > > -- > > Thanks, > David S. > > -- > > Powered by www.kitware.com > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Kitware offers various services to support the CMake community. For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http://cmake.org/cmake/help/consulting.html > CMake Training Courses: http://cmake.org/cmake/help/training.html > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/cmake >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
