From ef4f541a8a6cc20ba8ef29f48c2aca7de82d7f71 Mon Sep 17 00:00:00 2001 From: Mike-Devel Date: Sun, 3 Mar 2019 07:13:47 +0100 Subject: [PATCH] [CMake] Fix PUBLIC/INTERFACE left over. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abde781..db7251b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ project( BoostException LANGUAGES CXX ) add_library( boost_exception INTERFACE ) add_library( Boost::exception ALIAS boost_exception ) -target_include_directories( boost_exception PUBLIC include ) +target_include_directories( boost_exception INTERFACE include ) target_link_libraries( boost_exception INTERFACE