diff options
Diffstat (limited to 'Modules/Platform/Generic.cmake')
-rw-r--r-- | Modules/Platform/Generic.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Platform/Generic.cmake b/Modules/Platform/Generic.cmake index b6629e2..00508b2 100644 --- a/Modules/Platform/Generic.cmake +++ b/Modules/Platform/Generic.cmake @@ -8,5 +8,4 @@ # and/or ${CMAKE_SYSTEM_NAME}-<compiler_basename>-${CMAKE_SYSTEM_PROCESSOR}.cmake # (embedded) targets without operating system usually don't support shared libraries -SET_PROPERTIES(GLOBAL PROPERTIES TARGET_SUPPORTS_SHARED_LIBS FALSE) - +SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE) |