Commit 7b5b080a authored by Andreas Schuh's avatar Andreas Schuh

#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)

parent 0133710d
cmake_minimum_required (VERSION 2.8.4 FATAL_ERROR)
if (POLICY CMP0042)
cmake_policy (SET CMP0042 NEW)
endif ()
# ----------------------------------------------------------------------------
# includes
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment