From e21614d7f6842c2c0c7c02d640b7098943c2d86b Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 27 Dec 2018 12:41:43 -0500 Subject: [PATCH] I n t e r f a c e l i b r a r i e s a r e r e a l l y g o o d --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 859bed51..8e8bdb89 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -44,7 +44,7 @@ set_target_properties(sol2_assert INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include") if (SOL2_CI) target_compile_definitions(sol2_assert - PUBLIC SOL2_CI) + INTERFACE SOL2_CI) endif() # # single-source compilable examples