|
|
@ -25,7 +25,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules;${CMAKE_MODULE_P
|
|
|
|
# Set CMake 2.6 Policies.
|
|
|
|
# Set CMake 2.6 Policies.
|
|
|
|
IF(COMMAND cmake_policy)
|
|
|
|
IF(COMMAND cmake_policy)
|
|
|
|
# Works around warnings libraries linked against that don't
|
|
|
|
# Works around warnings libraries linked against that don't
|
|
|
|
# have absolute paths (e.g. -lpthreads)
|
|
|
|
# have absolute paths (e.g. -lpthread)
|
|
|
|
cmake_policy(SET CMP0003 NEW)
|
|
|
|
cmake_policy(SET CMP0003 NEW)
|
|
|
|
|
|
|
|
|
|
|
|
# Works around warnings about escaped quotes in ADD_DEFINITIONS
|
|
|
|
# Works around warnings about escaped quotes in ADD_DEFINITIONS
|
|
|
|