On 10/6/2014 2:10 PM, Bill Greene wrote:
After I change MySub.cpp, either with "touch" or by editing the file in the
GUI, and rebuild either with the F7 key or by selecting the "Build Solution"
menu item, I see something like this:
What if you right click on ALL_BUILD and build that project? It maybe that you just have the wrong project setup as the main project to build and it is only building the library and not the executable. CMake does not control that. You have to pick the active project from the GUI.

Another thing to try is to run cmake --build . and see if that works. That will always build the ALL_BUILD target.

-Bill

--

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

Reply via email to