aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-02-26 14:31:42 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2017-02-26 14:31:42 +0100
commit4c748c1022ac898ed59ebd2a1884a62ce4063b39 (patch)
treefa6e1e2436fe3243c2140cd2e0e62de2253742b3 /libcmix-protobuf/CMakeLists.txt
parent623dffe2c054d1639dbf9c8f21ddfb088c7950fb (diff)
downloadcmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.tar.gz
cmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.tar.bz2
cmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.zip
Enabled pointer tracing in ed25519 implementation.
Diffstat (limited to 'libcmix-protobuf/CMakeLists.txt')
-rw-r--r--libcmix-protobuf/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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}
)