Hello, I am using Visual Studio 8 and cmake 2.4p7 and am trying to set the configuration for a specific project to 'Release'. So I added
SET(CMAKE_BUILD_TYPE Release) to CMakeLists.txt and ran cmake. The Visual Studio configuration manager still lists all projects in 'Debug' configuration. What am I doing wrong? BR -- Jakob Santner Institute for Computer Graphics and Vision (ICG) GRAZ UNIVERSITY OF TECHNOLOGY Inffeldgasse 16/II A-8010 Graz, AUSTRIA web: http://www.icg.tu-graz.ac.at/ mail: santner (at) icg.tu-graz.ac.at tel: +43-650-4139160 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
