From d6c315926176526be6bdd72bab0b1ecd06e5d561 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 19 Sep 2018 21:12:28 +0300 Subject: [PATCH] Untabify CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 276a99f..947a4b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,6 @@ add_library(Boost::assert ALIAS boost_assert) target_include_directories(boost_assert INTERFACE include) target_link_libraries(boost_assert - INTERFACE - Boost::config + INTERFACE + Boost::config )