From 0700ae054385610eef21ba673413811b1d9e4b64 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 15 Dec 2016 12:38:51 +0100 Subject: Debugged CMake files which caused compiler flags to be truncated --- libcmix-protobuf/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcmix-protobuf/CMakeLists.txt') diff --git a/libcmix-protobuf/CMakeLists.txt b/libcmix-protobuf/CMakeLists.txt index 725cbf3..c080220 100644 --- a/libcmix-protobuf/CMakeLists.txt +++ b/libcmix-protobuf/CMakeLists.txt @@ -24,4 +24,6 @@ target_compile_options(cmix-protobuf PRIVATE -Wno-unused-parameter ) -target_link_libraries(cmix-protobuf ${Protobuf_LIBRARIES}) \ No newline at end of file +target_link_libraries(cmix-protobuf + PRIVATE ${Protobuf_LIBRARIES} +) \ No newline at end of file -- cgit v1.2.3-70-g09d2