소스 검색

Don't complain about CMP0028

Joel Gallant 9 년 전
부모
커밋
1f14e05537
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      test/CMakeLists.txt

+ 5 - 0
test/CMakeLists.txt

@@ -1,3 +1,8 @@
+if (${CMAKE_VERSION} VERSION_GREATER 3.0.2 OR
+    ${CMAKE_VERSION} VERSION_EQUAL 3.0.2)
+  cmake_policy(SET CMP0028 OLD)
+endif()
+
 # Determine if we should print to the output
 if (CIVETWEB_ENABLE_THIRD_PARTY_OUTPUT)
   set(THIRD_PARTY_LOGGING 0)