diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f37870..75b7ac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,11 @@ if(POLICY CMP0015) cmake_policy(SET CMP0015 OLD) endif() +# allow relative paths in LINK_DIRECTORIES +if(POLICY CMP0081) + cmake_policy(SET CMP0081 OLD) +endif() + ### ### Project settings ###