Skip to content

Commit a38f6ac

Browse files
committed
cmake: commented out SOVERSION
1 parent 5ba6c86 commit a38f6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luzer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ target_link_libraries(custom_mutator PRIVATE
4646
)
4747
set_target_properties(custom_mutator PROPERTIES
4848
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
49-
VERSION ${PROJECT_VERSION}
50-
SOVERSION 1
49+
# VERSION ${PROJECT_VERSION}
50+
# SOVERSION 1
5151
)
5252

5353
if(ENABLE_TESTING)

0 commit comments

Comments
 (0)