Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DFHack/stonesense
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Oct 3, 2015
2 parents 16b65d4 + 4ba65d9 commit 8121de5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
PROJECT (stonesense)
# prevent CMake warnings about INTERFACE_LINK_LIBRARIES vs LINK_INTERFACE_LIBRARIES
IF(CMAKE_VERSION VERSION_GREATER "2.8.11")
CMAKE_POLICY(SET CMP0022 OLD)
ENDIF()

SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules)

include_directories (${CMAKE_SOURCE_DIR})
Expand Down

0 comments on commit 8121de5

Please sign in to comment.