Skip to content

Commit

Permalink
CMake: Set CMP0042 to NEW.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgockel committed Jan 22, 2016
1 parent 600041b commit 1e01d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
Expand Down

0 comments on commit 1e01d82

Please sign in to comment.