Skip to content

Commit

Permalink
GH-43 Remove 'lib' prefix for Linux/MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 30, 2023
1 parent b42aba3 commit 99bfa51
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 @@ -158,6 +158,7 @@ STRING(TOLOWER "${PROJECT_NAME}.${CMAKE_SYSTEM_NAME}.${system_bits}.${CMAKE_BUIL

SET_TARGET_PROPERTIES(${PROJECT_NAME}
PROPERTIES
PREFIX ""
POSITION_INDEPENDENT_CODE ON
CMAKE_EXPORT_COMPILE_OPTIMIZATION_RELEASE ON
CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON
Expand Down

0 comments on commit 99bfa51

Please sign in to comment.