[Cmake] How does SET_TARGET_PROPERTIES work?

Bill Hoffman bill . hoffman at kitware . com
Tue, 24 Jun 2003 09:20:09 -0400


Which target makefile/project type are you using for this:


>>>>>>>>>>>>> WINDOWS <<<<<<<<<<<<<
>
>In addition I had tried the following
>
>SET_TARGET_PROPERTIES(target PROPERTIES LINK_FLAGS "/nodefaultlib:<lib>")
>
>but with the same result - nothing has changed. No additional options in
>my makefile have appeared.
>
>
>
>It seems SET_TARGET_PROPERTIES is inhibited!?  
>(I'm using the last stable version of CMake)