aboutsummaryrefslogtreecommitdiff
path: root/node/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-12-15 12:38:51 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-12-15 12:38:51 +0100
commit0700ae054385610eef21ba673413811b1d9e4b64 (patch)
tree46611ba3d3c84576e053c7ff3da7fd9c72b128d0 /node/CMakeLists.txt
parentb42cb376c32ef4182d3e7f405f50dde2641e85b0 (diff)
downloadcmix-0700ae054385610eef21ba673413811b1d9e4b64.tar.gz
cmix-0700ae054385610eef21ba673413811b1d9e4b64.tar.bz2
cmix-0700ae054385610eef21ba673413811b1d9e4b64.zip
Debugged CMake files which caused compiler flags to be truncated
Diffstat (limited to 'node/CMakeLists.txt')
-rw-r--r--node/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt
index 87d3385..c20b35c 100644
--- a/node/CMakeLists.txt
+++ b/node/CMakeLists.txt
@@ -5,17 +5,6 @@ add_executable(node
node.hpp node_node.cpp node_client.cpp node.cpp
)
-if(WIN32)
- target_compile_options(node
- PRIVATE "-std=gnu++11"
- )
-else(WIN32)
- target_compile_options(node
- PRIVATE "-std=c++11"
- )
-endif(WIN32)
-
-
target_link_libraries(node
PRIVATE Boost::boost
PRIVATE Boost::program_options