Ok, my bad, I found the place where it is set, via:
SET_TARGET_PROPERTIES(mytarget PROPERTIES
XCODE_ATTRIBUTE_STRIP_INSTALLED_PRODUCT “YES”)
However, I’d need to set it per, so something like
SET_TARGET_PROPERTIES(mytarget PROPERTIES
XCODE_ATTRIBUTE_STRIP_INSTALLED_PRODUCT_DEBUG "NO”)
It does
Hi all,
Using CMake 3.0.1, when generating for Xcode, the setting Strip linked product
is set to Yes for ALL targets (Debug/Release…), which of course disables any
possibility to
debug. How can I make CMake set this to NO for Debug ?
TIA
/Rob
--
Powered by www.kitware.com
Please keep messa