mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-31 21:24:38 +02:00
Fix indentation
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user