diff --git a/CMakeLists.txt b/CMakeLists.txt index a1a45f9..f7cfb96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ ### project(laminar) cmake_minimum_required(VERSION 2.8) +cmake_policy(SET CMP0058 NEW) set(CMAKE_INCLUDE_CURRENT_DIR ON)