Looks like that was it - removing all setting of
CMAKE_RUNTIME_OUTPUT_DIRECTORY ended up putting it in:

C:\Users\User\brlcad\brlcad-build\lib\Debug\regex.dll

Not sure where the Debug subdirectory came from though...

Is there any way to make a per-target RUNTIME_OUTPUT_DIRECTORY setting
override the various CMAKE_RUNTIME_OUTPUT_DIRECTORY* variables?  It's
rather surprising that the specifically-set local target option isn't
overriding the globals.

Cheers,
CY

On Fri, Jan 27, 2012 at 3:08 PM, Clifford Yapp <[email protected]> wrote:
>
> Would a local RUNTIME_OUTPUT_DIRECTORY setting be overridden by
> setting the toplevel CMAKE_RUNTIME_OUTPUT_DIRECTORY* variables?  We do
> set those at the top level to define our overall layout.
>
> Thanks,
> CY
>
> On Fri, Jan 27, 2012 at 11:03 AM, David Cole <[email protected]> wrote:
>
>> Use a full/absolute path name for the directory. "lib" is not
>> well-defined unless you know what it's relative to.
--

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