aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/level-zero/patches/spdlog_include.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/level-zero/patches/spdlog_include.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/level-zero/patches/spdlog_include.patch')
-rw-r--r--vcpkg/ports/level-zero/patches/spdlog_include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/level-zero/patches/spdlog_include.patch b/vcpkg/ports/level-zero/patches/spdlog_include.patch
new file mode 100644
index 0000000..419d8ec
--- /dev/null
+++ b/vcpkg/ports/level-zero/patches/spdlog_include.patch
@@ -0,0 +1,13 @@
+diff --git a/source/utils/CMakeLists.txt b/source/utils/CMakeLists.txt
+index b77f264..de3f74d 100644
+--- a/source/utils/CMakeLists.txt
++++ b/source/utils/CMakeLists.txt
+@@ -5,7 +5,7 @@ set(logging_files logging.h logging.cpp)
+ add_library(level_zero_utils STATIC ${logging_files})
+
+ if(SYSTEM_SPDLOG)
+- target_link_libraries(level_zero_utils PUBLIC spdlog::spdlog)
++ target_link_libraries(level_zero_utils PUBLIC spdlog::spdlog_header_only)
+ else()
+ target_include_directories(level_zero_utils PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/third_party/spdlog_headers>)
+ endif()