diff --git a/CMakeLists.txt b/CMakeLists.txt index 2365a28f..a12d96c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,8 @@ if(REFLECTCPP_USE_BUNDLED_DEPENDENCIES) target_include_directories( reflectcpp PUBLIC $ - $) + $ + $) else() add_library(reflectcpp INTERFACE)