summaryrefslogtreecommitdiffstats
path: root/Source/Modules
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-21 05:40:57 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-22 14:21:39 (GMT)
commitdf8ad72ffa7c193638a7a086284bc455cccc5b5f (patch)
treeb7648c79941d7e0935395fc51aa8266b13e48dbc /Source/Modules
parenteeebf31e54a04eee7a2a91bf80fce5a8fbae7e67 (diff)
downloadCMake-df8ad72ffa7c193638a7a086284bc455cccc5b5f.zip
CMake-df8ad72ffa7c193638a7a086284bc455cccc5b5f.tar.gz
CMake-df8ad72ffa7c193638a7a086284bc455cccc5b5f.tar.bz2
Build: Use imported target `kwiml::kwiml` instead of variables
Diffstat (limited to 'Source/Modules')
-rw-r--r--Source/Modules/CMakeBuildUtilities.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Modules/CMakeBuildUtilities.cmake b/Source/Modules/CMakeBuildUtilities.cmake
index e420c67..5cfb0e7 100644
--- a/Source/Modules/CMakeBuildUtilities.cmake
+++ b/Source/Modules/CMakeBuildUtilities.cmake
@@ -90,9 +90,7 @@ if(CMAKE_USE_SYSTEM_KWIML)
if(NOT KWIML_FOUND)
message(FATAL_ERROR "CMAKE_USE_SYSTEM_KWIML is ON but KWIML is not found!")
endif()
- set(CMake_KWIML_LIBRARIES kwiml::kwiml)
else()
- set(CMake_KWIML_LIBRARIES "")
if(BUILD_TESTING)
set(KWIML_TEST_ENABLE 1)
endif()