diff --git a/CMakeLists.txt b/CMakeLists.txt index 500aa2609..ed20162b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,9 @@ cmake_minimum_required(VERSION 2.8.9) +if(POLICY CMP0048) + cmake_policy(SET CMP0048 NEW) +endif() + # General Advice # # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE