From 4c748c1022ac898ed59ebd2a1884a62ce4063b39 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 26 Feb 2017 14:31:42 +0100 Subject: Enabled pointer tracing in ed25519 implementation. --- libcmix-protobuf/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcmix-protobuf/CMakeLists.txt') diff --git a/libcmix-protobuf/CMakeLists.txt b/libcmix-protobuf/CMakeLists.txt index c080220..27eff16 100644 --- a/libcmix-protobuf/CMakeLists.txt +++ b/libcmix-protobuf/CMakeLists.txt @@ -11,8 +11,13 @@ add_library(cmix-protobuf ${proto_headers} ${proto_sources} ) +set_target_properties(cmix-protobuf PROPERTIES COMPILE_FLAGS -w) + target_include_directories(cmix-protobuf PUBLIC ${Protobuf_INCLUDE_DIRS} +) + +target_include_directories(cmix-protobuf SYSTEM PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ) -- cgit v1.2.3-70-g09d2