Stephen Kelly wrote:

> Is it possible to build multi-config frameworks with cmake at all?

I also notice that the Framework unit test uses 

 set_target_properties(foo PROPERTIES
   FRAMEWORK TRUE
   DEBUG_POSTFIX -d
 )

but the debug file is called 'foo', not 'foo-d'. If I use 

 cmake --build . --target install --config Debug
 cmake --build . --target install --config Release

the debug and release versions overwrite each other.

Does this mean it has always been broken? Has no one ever tried to create a 
framework using cmake?

Thanks,

Steve.


--

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