Skip to content

Commit fe67615

Browse files
committed
CMake whitespace fixes
This commit indents CMake directives that got protected by a conditional in a previous commit.
1 parent d2933cb commit fe67615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ add_custom_command(
2323
)
2424

2525
if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
26-
add_custom_target(cpp_library_check
27-
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/library-check.stamp
26+
add_custom_target(cpp_library_check
27+
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/library-check.stamp
2828
)
2929
endif()
3030

0 commit comments

Comments
 (0)