Hi,

I have a big project with several subfolders. In one subfolder's cmake
file I have e.g.

INSTALL(TARGETS test DESTINATION ${CMAKE_INSTALL_PREFIX} CONFIGURATIONS RELEASE)

Now when I call "make install" on linux or build "INSTALL" project in
MSVC the whole project is built prior to installation of "test". How
would I force to only build "test" in this case?

Many thanks for any hints,
Dominik
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to