Re: [CMake] Run clean before automatically re-running cmake?

2014-02-13 Thread Ian Liu Rodrigues

 You are correct that I would prefer that behavior, however I'd prefer to
 go for safety (and do a full clean) until that more advanced logic can be
 implemented... I am in fact using ninja, so hopefully that feature may come
 down the pipe soon :-)


If you want a full build, why don't you just rm -rf build  mkdir build 
cd build  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://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMAKE_BUILD_TYPE case sensitivity

2013-06-27 Thread Ian Liu Rodrigues

 I see that this CMake variable is not case-sensitive at it and defaults to
 DEBUG.


I'm afraid this is incorrect; the default build type is empty. When you
build with Release, the flag NDEBUG is set; when you build with Debug the
DEBUG flag is set.
--

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