From fe967a6a123c11b1e1fa70dd236a9fc8cd1aed74 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Fri, 28 Mar 2014 20:36:57 +0100 Subject: [PATCH] Revert branch unrelated change --HG-- branch : opengl3 --- code/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 4faa282a3..4f0439dfd 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -51,10 +51,6 @@ SET(NL_VERSION_MINOR 9) SET(NL_VERSION_PATCH 0) SET(NL_VERSION "${NL_VERSION_MAJOR}.${NL_VERSION_MINOR}.${NL_VERSION_PATCH}") -IF(POLICY CMP0020) - CMAKE_POLICY(SET CMP0020 NEW) -ENDIF() - #----------------------------------------------------------------------------- # Redirect output files SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)