We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7f2269 + 4cc84e7 commit 6ebb628Copy full SHA for 6ebb628
ThirdParty/libxml2/vtklibxml2/CMakeLists.txt
@@ -4,6 +4,12 @@ SET(LIBXML_VERSION_NUMBER 20627)
4
SET(LIBXML_VERSION_EXTRA "")
5
SET(MODULE_EXTENSION ${CMAKE_SHARED_MODULE_SUFFIX})
6
7
+# Use new behavior of linking against libraries in the CMAKE_REQUIRED_LIBRARIES
8
+# variable in the CHECK_INCLUDE_FILE macro
9
+IF (POLICY CMP0075)
10
+ CMAKE_POLICY(SET CMP0075 NEW)
11
+ENDIF()
12
+
13
INCLUDE(CheckLibraryExists)
14
INCLUDE(CheckIncludeFile)
15
INCLUDE(CheckIncludeFiles)
0 commit comments