dragonbox/dragonbox-1.1.3-fix-include-directory.patch

12 lines
467 B
Diff

--- dragonbox-1.1.3/CMakeLists.txt.orig 2022-07-15 18:43:37.403238584 +0200
+++ dragonbox-1.1.3/CMakeLists.txt 2022-07-15 18:43:48.436169740 +0200
@@ -58,7 +58,7 @@
On)
set(dragonbox_directory "dragonbox-${PROJECT_VERSION}")
-set(dragonbox_include_directory "${CMAKE_INSTALL_INCLUDEDIR}/${dragonbox_directory}")
+set(dragonbox_include_directory "${CMAKE_INSTALL_INCLUDEDIR}")
set(dragonbox_install_targets "dragonbox")
if (DRAGONBOX_INSTALL_TO_CHARS)