mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Merge pull request #200 from VectorCamp/bugfix/install-static-libs
fix missing installation of static libs
This commit is contained in:
commit
44b893abfc
@ -1119,7 +1119,7 @@ else ()
|
||||
endif (ARCH_AARCH64)
|
||||
endif (NOT FAT_RUNTIME)
|
||||
|
||||
if (NOT BUILD_SHARED_LIBS)
|
||||
if (BUILD_STATIC_LIBS)
|
||||
install(TARGETS hs_runtime DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
||||
@ -1151,7 +1151,7 @@ if (BUILD_STATIC_LIBS)
|
||||
add_dependencies(hs ragel_Parser)
|
||||
endif ()
|
||||
|
||||
if (NOT BUILD_SHARED_LIBS)
|
||||
if (BUILD_STATIC_LIBS)
|
||||
install(TARGETS hs DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user