You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ms...@apache.org on 2019/06/28 12:22:04 UTC

[plc4x] branch feature/s7-cpp updated: Modify Top-Level CMakeLists

This is an automated email from the ASF dual-hosted git repository.

msommer pushed a commit to branch feature/s7-cpp
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/s7-cpp by this push:
     new 0edaaff  Modify Top-Level CMakeLists
0edaaff is described below

commit 0edaaffde3fdb0c9bbc6b7c40e8565fa04574c04
Author: Markus Sommer <ms...@apache.org>
AuthorDate: Fri Jun 28 14:21:31 2019 +0200

    Modify Top-Level CMakeLists
---
 plc4cpp/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4cpp/CMakeLists.txt b/plc4cpp/CMakeLists.txt
index ddbdaef..b6b6807 100644
--- a/plc4cpp/CMakeLists.txt
+++ b/plc4cpp/CMakeLists.txt
@@ -27,7 +27,7 @@ set(PLC4CPP_ROOT_DIR ${CMAKE_SOURCE_DIR})
 set(BOOST_ROOT "./libs/boost/target/boost_1_70_0/")
 set(Boost_USE_STATIC_LIBS ON)
 set(Boost_USE_MULTITHREADED ON)
-find_package(Boost COMPONENTS)
+find_package(Boost COMPONENTS thread date_time system regex log)
 
 #[[ Trace CMAKE Variable ]]
 get_cmake_property(_variableNames VARIABLES)
@@ -42,6 +42,6 @@ endforeach()
 ]]
 add_subdirectory(api)
 add_subdirectory(protocols)
-#add_subdirectory(drivers)
+add_subdirectory(drivers)
 add_subdirectory(utils)
-#add_subdirectory(examples)
\ No newline at end of file
+add_subdirectory(examples)
\ No newline at end of file