Re: [CMake] Debug vs Release "install" area

2016-05-14 Thread Scott Aron Bloom
Just for the archives.. if and when anyone has the same (or a similar) problem this, solved it for me.. INSTALL( CODE " MESSAGE( STATUS \"Making a \${CMAKE_INSTALL_CONFIG_NAME} install area\" ) IF(\"\${CMAKE_INSTALL_CONFIG_NAME}\" MATCHES \"^([Dd][Ee][Bb][Uu][Gg])$\")

Re: [CMake] Debug vs Release "install" area

2016-05-14 Thread Scott Aron Bloom
I was able to use the ${BUILD_TYPE} and the ${CMAKE_INSTALL_CONFIG_NAME} using a INSTALL( CODE Call. Thanks for all the help Scott -Original Message- From: J Decker [mailto:d3c...@gmail.com] Sent: Friday, May 13, 2016 6:52 PM To: Roman Wüger Cc: Scott Aron Bloom; cmake@cmake.org Subjec

Re: [CMake] in source makefile / helper script that enables building out of source?

2016-05-14 Thread Ruslan Baratov via CMake
On 11-May-16 16:58, Steve Lorimer wrote: I've recently changed over from using boost-build (http://www.boost.org/build/) to cmake. Boost build builds in-source. I've become quite used to building and searching etc from the source root ~/src $ b2 module ~/src $ git grep foo This work