diff --git a/CMake/ITKModuleTest.cmake b/CMake/ITKModuleTest.cmake index 627eb451daa..178c49a1515 100644 --- a/CMake/ITKModuleTest.cmake +++ b/CMake/ITKModuleTest.cmake @@ -11,6 +11,8 @@ # KitTests - a list of tests to be included in the test driver # ADDITIONAL_SRC (optional) - additional source files, which don't contain tests +include(ITKWindowsUtf8) + function(CreateTestDriver KIT KIT_LIBS KitTests) set(ADDITIONAL_SRC ${ARGN}) if(EMSCRIPTEN) diff --git a/CMakeLists.txt b/CMakeLists.txt index afdf85d71b8..4696e1ea036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -180,7 +180,6 @@ include(PreventInSourceBuilds) include(PreventInBuildInstalls) include(ITKModuleMacros) include(ITKExternalData) -include(ITKWindowsUtf8) include(ITKModuleTest) include(itkCheckSourceTree)