Hello,

From the command-line, cmake -DVARIABLE:TYPE=VALUE is equivalent to SET( VARIABLE VALUE ).

Is there any such equivalente for SET_TARGET_PROPERTIES? In a project I have got a SET_TARGET_PROPERTIES( mytarget PROPERTIES DEBUG_POSTFIX "d") which I would like to override when I'm packaging for Debian. I've tried cmake -DDEBUG_POSTFIX:STRING="" but it does not work.

Thank you.

--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to