ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.

This commit is contained in:
Brad King
2008-01-17 15:54:49 -05:00
parent 456631225b
commit b8357db11d
15 changed files with 537 additions and 303 deletions

View File

@@ -21,7 +21,7 @@ SET(CMAKE_FIND_LIBRARY_PREFIXES "lib")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".a")
# basically all general purpose OSs support shared libs
SET_PROPERTIES(GLOBAL PROPERTIES TARGET_SUPPORTS_SHARED_LIBS TRUE)
SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL
"If set, runtime paths are not added when using shared libraries.")