Skip to content

Commit 9869229

Browse files
committed
Bump cmake version to 3.11
Required for builtin `find_package` for OpenSSL.
1 parent 4fcaf73 commit 9869229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.8)
1+
cmake_minimum_required(VERSION 3.11)
22
project(ipfixcol2)
33

44
# Description of the project

src/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ target_link_libraries(ipfixcol2 ${BASE_LIB})
9090
set_target_properties(ipfixcol2 PROPERTIES # by default, hide all symbols
9191
C_VISIBILITY_PRESET hidden
9292
CXX_VISIBILITY_PRESET hidden
93+
ENABLE_EXPORTS on # Export symbols from executable for use by plugins
9394
)
9495

9596
# Installation targets

0 commit comments

Comments
 (0)