Skip to content

Commit

Permalink
hardcoded to force install prefix as .so output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Dec 5, 2023
1 parent 9e5dc0a commit d9f37f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ set_target_properties(jluna PROPERTIES
WINDOWS_EXPORT_ALL_SYMBOLS "YES" # TODO: Why is this necessary?
VERSION "${PROJECT_VERSION}"
SOVERSION "${PROJECT_VERSION}"
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}"
)

### Install rules ###
Expand Down

0 comments on commit d9f37f0

Please sign in to comment.