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.
1 parent ada0960 commit 54e9024Copy full SHA for 54e9024
CMake/ITKConfig.cmake.in
@@ -47,6 +47,9 @@ set(ITK_USE_FILE "@ITK_USE_FILE@")
47
# Whether ITK was built with shared libraries.
48
set(ITK_BUILD_SHARED "@ITK_BUILD_SHARED_LIBS@")
49
50
+# Export the library build type (SHARED or STATIC) for external builds
51
+set(ITK_LIBRARY_BUILD_TYPE "@ITK_LIBRARY_BUILD_TYPE@")
52
+
53
# Whether ITK examples were built.
54
set(ITK_BUILD_EXAMPLES "@BUILD_EXAMPLES@")
55
0 commit comments