From ac164c3a97552323f342230e5daab0c45b296874 Mon Sep 17 00:00:00 2001 From: Logan Barnes Date: Sun, 11 Aug 2019 00:40:08 +0100 Subject: [PATCH] fix: Add quotes to cmake BUILD_INTERFACE generator --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 289e108..8a9f919 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ install(TARGETS qtadvanceddocking ARCHIVE DESTINATION lib COMPONENT library ) target_include_directories(qtadvanceddocking PUBLIC - $ + "$" $ ) target_link_libraries(qtadvanceddocking PUBLIC ${ads_LIBS})