Re: [CMake] CMAKE_RUNTIME_OUTPUT_DIRECTORY cannot be overridden?

2012-07-11 Thread Petr Kmoch
Hi Eli. You have a typo in the macro: set_target_properties(${testmame} ... If it's a direct copypaste from your code, it might be the source if the issue. Petr On Wed, Jul 11, 2012 at 1:22 AM, Ateljevich, Eli e...@water.ca.gov wrote: My expectation from the documentation was that runtime

[CMake] CMAKE_RUNTIME_OUTPUT_DIRECTORY cannot be overridden?

2012-07-10 Thread Ateljevich, Eli
My expectation from the documentation was that runtime output directories are initialized to CMAKE_RUNTIME_OUTPUT_DIRECTORY, but I took that to mean they could be overridden. In the code below I attempt to set the RUNTIME_OUTPUT_DIRECTORY property to ${CMAKE_CURRENT_BINARY_DIR} for some