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 4c27e0b + 8eece1f commit 0997958Copy full SHA for 0997958
2 files changed
CMake/ITKModuleTest.cmake
@@ -11,6 +11,8 @@
11
# KitTests - a list of tests to be included in the test driver
12
# ADDITIONAL_SRC (optional) - additional source files, which don't contain tests
13
14
+include(ITKWindowsUtf8)
15
+
16
function(CreateTestDriver KIT KIT_LIBS KitTests)
17
set(ADDITIONAL_SRC ${ARGN})
18
if(EMSCRIPTEN)
CMakeLists.txt
@@ -180,7 +180,6 @@ include(PreventInSourceBuilds)
180
include(PreventInBuildInstalls)
181
include(ITKModuleMacros)
182
include(ITKExternalData)
183
-include(ITKWindowsUtf8)
184
include(ITKModuleTest)
185
include(itkCheckSourceTree)
186
0 commit comments