diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2017-02-26 14:31:42 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2017-02-26 14:31:42 +0100 |
| commit | 4c748c1022ac898ed59ebd2a1884a62ce4063b39 (patch) | |
| tree | fa6e1e2436fe3243c2140cd2e0e62de2253742b3 /libcmix-protobuf | |
| parent | 623dffe2c054d1639dbf9c8f21ddfb088c7950fb (diff) | |
| download | cmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.tar.gz cmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.tar.bz2 cmix-4c748c1022ac898ed59ebd2a1884a62ce4063b39.zip | |
Enabled pointer tracing in ed25519 implementation.
Diffstat (limited to 'libcmix-protobuf')
| -rw-r--r-- | libcmix-protobuf/CMakeLists.txt | 5 |
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} ) |
