summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Generic.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more ↵Brad King2008-01-171-2/+1
| | | | powerful signature.
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-261-1/+1
| | | | | | to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS Alex
* ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the targetAlexander Neundorf2007-06-211-0/+4
| | | | | | platform doesn't support shared libraries Alex
* STYLE: add a comment about SetLanguageEnabled()Alexander Neundorf2007-06-111-0/+8
-add a Generic.cmake for target platforms without operating system Alex