1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

libjoiner install line uncommented out

This commit is contained in:
Ben Thompson
2016-07-15 10:48:08 -05:00
parent 3933982f3c
commit 8b1bb12610

View File

@ -10,6 +10,6 @@ add_library(joiner SHARED ${joiner_LIB_SRCS})
set_target_properties(joiner PROPERTIES VERSION 1.0.0 SOVERSION 1)
#install(TARGETS joiner DESTINATION ${ENGINE_LIBDIR})
install(TARGETS joiner DESTINATION ${ENGINE_LIBDIR})