From 1aaabeb02bf194d92ff4291985586b0a4c243f62 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 27 Dec 2019 04:28:29 +0200 Subject: [PATCH] Fix indentation --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e461fcd..b69fe94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ add_library(Boost::static_assert ALIAS boost_static_assert) target_include_directories(boost_static_assert INTERFACE include) target_link_libraries(boost_static_assert - INTERFACE - Boost::config + INTERFACE + Boost::config ) # boost_install requires PROJECT_VERSION @@ -30,7 +30,7 @@ endif() if(BUILD_TESTING) - add_subdirectory(test) - add_subdirectory(example) + add_subdirectory(test) + add_subdirectory(example) endif()