diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bb809d..4baa0ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ project(json-voorhees) # Configuration # ################################################################################ +cmake_policy(SET CMP0042 NEW) # MACOSX_RPATH + set(JSONV_VERSION "1.1.0" CACHE STRING "The version of the library." )