Skip to content

Commit

Permalink
cmake: Pacify warning about Policy CMP0042 not being set.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 8, 2017
1 parent eb46d82 commit ca4d5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -170,6 +170,7 @@ endif()
option(PHYSFS_BUILD_SHARED "Build shared library" TRUE)
if(PHYSFS_BUILD_SHARED)
add_library(physfs SHARED ${PHYSFS_SRCS})
set_target_properties(physfs PROPERTIES MACOSX_RPATH 1)
set_target_properties(physfs PROPERTIES VERSION ${PHYSFS_VERSION})
set_target_properties(physfs PROPERTIES SOVERSION ${PHYSFS_SOVERSION})
if(WINRT)
Expand Down

0 comments on commit ca4d5be

Please sign in to comment.