vcpkg/ports/ktx/0005-no-vendored-libs.patch
2024-08-31 23:03:18 -07:00

18 lines
533 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e99fb143..0f69adf7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1071,10 +1071,10 @@ endif()
if((KTX_FEATURE_TOOLS OR KTX_FEATURE_TESTS) AND NOT TARGET fmt::fmt)
set(FMT_INSTALL OFF)
set(FMT_SYSTEM_HEADERS ON)
- add_subdirectory(other_projects/fmt)
+ find_package(fmt CONFIG REQUIRED)
endif()
if(KTX_FEATURE_TOOLS AND NOT TARGET cxxopts::cxxopts)
- add_subdirectory(other_projects/cxxopts)
+ find_package(cxxopts CONFIG REQUIRED)
endif()
# Tools