From 567bbeae6a88988d4fe4c1ec87cdc8a2fa3818be Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Tue, 3 May 2022 19:40:20 +0200 Subject: [PATCH] sigh --- cmake/FixInterfaceIncludes.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FixInterfaceIncludes.cmake b/cmake/FixInterfaceIncludes.cmake index 6ca3cc7f..513c1117 100644 --- a/cmake/FixInterfaceIncludes.cmake +++ b/cmake/FixInterfaceIncludes.cmake @@ -1,4 +1,4 @@ -# The entire codebase quire reasonably does things like #include or +# The entire codebase quite reasonably does things like #include or # CMake apparently doesn't think you should be doing this, so just includes $PREFIX/include/packagename for a given # package as include directories when using `target_link_libraries` with an imported target, this hacky function fixes # that up so includes can keep working as they always did but we can still use fancy imported targets.