diff options
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/StormLib/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dep/StormLib/CMakeLists.txt b/dep/StormLib/CMakeLists.txt index a6735e0a6a0..7096c8f8729 100644 --- a/dep/StormLib/CMakeLists.txt +++ b/dep/StormLib/CMakeLists.txt @@ -262,12 +262,6 @@ endif() add_library(storm STATIC ${SRC_FILES} ${SRC_ADDITIONAL_FILES}) target_link_libraries(storm ${LINK_LIBS}) -if(APPLE) - set_target_properties(storm PROPERTIES FRAMEWORK true) - set_target_properties(storm PROPERTIES PUBLIC_HEADER "src/StormLib.h src/StormPort.h") - set_target_properties(storm PROPERTIES LINK_FLAGS "-framework Carbon") -endif() - if(UNIX) set_target_properties(storm PROPERTIES SOVERSION 0) endif() |
