Skip to content

Commit

Permalink
Make test for policy 54 more accurate to avoid complaints.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jul 15, 2015
1 parent ac3ac4c commit f32fb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -8,7 +8,7 @@ set( CMAKE_MODULE_PATH
${PROJECT_SOURCE_DIR}/src
${PROJECT_SOURCE_DIR}/cmake )

if(CMAKE_VERSION VERSION_GREATER "3.0")
if(NOT (CMAKE_VERSION VERSION_LESS "3.1"))
cmake_policy(SET CMP0054 OLD)
endif()

Expand Down

0 comments on commit f32fb8d

Please sign in to comment.