fix liblib in library names

This commit is contained in:
Nic30 2016-07-07 12:48:33 +02:00
parent 1ceb6a45dd
commit 22794aa2d8
1 changed files with 2 additions and 2 deletions

View File

@ -44,13 +44,13 @@ endif()
set_target_properties(antlr4_shared
PROPERTIES VERSION ${ANTLR_VERSION}
SOVERSION ${ANTLR_VERSION}
OUTPUT_NAME libantlr4-runtime
OUTPUT_NAME antlr4-runtime
COMPILE_FLAGS "${disabled_compile_warnings}")
set_target_properties(antlr4_static
PROPERTIES VERSION ${ANTLR_VERSION}
SOVERSION ${ANTLR_VERSION}
OUTPUT_NAME libantlr4-runtime
OUTPUT_NAME antlr4-runtime
COMPILE_FLAGS "${disabled_compile_warnings}")
install(TARGETS antlr4_shared