Fix indentation

This commit is contained in:
Peter Dimov
2019-12-27 04:28:29 +02:00
parent 9064caf95f
commit 1aaabeb02b

View File

@@ -14,8 +14,8 @@ add_library(Boost::static_assert ALIAS boost_static_assert)
target_include_directories(boost_static_assert INTERFACE include) target_include_directories(boost_static_assert INTERFACE include)
target_link_libraries(boost_static_assert target_link_libraries(boost_static_assert
INTERFACE INTERFACE
Boost::config Boost::config
) )
# boost_install requires PROJECT_VERSION # boost_install requires PROJECT_VERSION
@@ -30,7 +30,7 @@ endif()
if(BUILD_TESTING) if(BUILD_TESTING)
add_subdirectory(test) add_subdirectory(test)
add_subdirectory(example) add_subdirectory(example)
endif() endif()