From af3c688938be9f3a506107c65b964b362d2ef5c4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 7 Apr 2014 12:16:10 +0200 Subject: cmake: Fix configure warning with cmake 3.0. Signed-off-by: Andreas Schneider --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cf70501..449ed54 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,5 +23,6 @@ set_target_properties( ) # This needs to be at the end +cmake_policy(SET CMP0026 OLD) get_target_property(SWRAP_LOCATION socket_wrapper LOCATION) set(SOCKET_WRAPPER_LOCATION ${SWRAP_LOCATION} PARENT_SCOPE) -- cgit