1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-09 10:41:14 +03:00

Permit build with older cmake

This commit is contained in:
David Mott
2019-05-08 20:14:45 -05:00
parent 6e6597cf33
commit d96eef0147

View File

@@ -12,8 +12,6 @@ target_link_libraries(ExeMgr ${ENGINE_LDFLAGS} ${ENGINE_EXEC_LIBS} ${NETSNMP_LIB
target_include_directories(ExeMgr PRIVATE ${Boost_INCLUDE_DIRS})
target_compile_features(ExeMgr PRIVATE )
install(TARGETS ExeMgr DESTINATION ${ENGINE_BINDIR} COMPONENT platform)