On 04/10/10 07:33, J Decker wrote:
CMAKE_INSTALL_CONFIG_NAME I don't know if there's a simple flag like
'project supports multiple targets' so I have an if(MSVC) set(
MULTI_TARGET) endif()  .... if( MULTI_TARGET ) Install( targets ...
${CMAKE_INSTALL_CONFIG_NAME ) else() isntall( ... ${CMAKE_BUILD_TYPE}


I need it before firing up install procedures.
I build.
I run tests (here I need to know location of build output per target).
I install.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
_______________________________________________
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