Skip to content

Commit

Permalink
fix output_name
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Oct 31, 2024
1 parent 10ae752 commit 3f1bc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set_target_properties(
${LIB_NAME} PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION} # Include version in .so output filenames
OUTPUT_NAME ${PROJECT_VERSION}
OUTPUT_NAME ${LIB_NAME}-${PROJECT_VERSION}
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/bin"
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/bin"
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/bin"
Expand Down

0 comments on commit 3f1bc5a

Please sign in to comment.