mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
fix repeated liblib prefix in library output name
This commit is contained in:
parent
699ffe18e9
commit
0ae8069a07
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ target_link_libraries(libchibi-scheme
|
||||||
|
|
||||||
set_target_properties(libchibi-scheme
|
set_target_properties(libchibi-scheme
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
|
PREFIX "" # It's liblibchibi-scheme otherwise
|
||||||
SOVERSION ${CMAKE_PROJECT_VERSION_MAJOR}
|
SOVERSION ${CMAKE_PROJECT_VERSION_MAJOR}
|
||||||
VERSION ${CMAKE_PROJECT_VERSION})
|
VERSION ${CMAKE_PROJECT_VERSION})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue