From d96eef014735dd41b85a5400df61988e1754e617 Mon Sep 17 00:00:00 2001 From: David Mott Date: Wed, 8 May 2019 20:14:45 -0500 Subject: [PATCH] Permit build with older cmake --- exemgr/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/exemgr/CMakeLists.txt b/exemgr/CMakeLists.txt index 5ffdd1e44..4c8e7b65c 100644 --- a/exemgr/CMakeLists.txt +++ b/exemgr/CMakeLists.txt @@ -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)