Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fypc committed Aug 23, 2021
1 parent 69d86af commit f853347
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ add_library (JonkerVolgenant SHARED
)

# Enable relative RPATH
if (APPLE)
set_target_properties(JonkerVolgenantFramework PROPERTIES FRAMEWORK TRUE FRAMEWORK_VERSION C)
elseif (UNIX)
endif()

install(TARGETS JonkerVolgenant DESTINATION lib)
install(TARGETS JonkerVolgenantFramework DESTINATION lib)
Expand Down

0 comments on commit f853347

Please sign in to comment.