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.