Skip to content

Commit b15159f

Browse files
committed
CMakeLists.txt: fix indentation
1 parent db3cdd1 commit b15159f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(ICAL_GLIB)
88
add_subdirectory(libical-glib)
99
endif()
1010
if (ICAL_VCARD)
11-
add_subdirectory(libicalvcard)
11+
add_subdirectory(libicalvcard)
1212
endif()
1313
if(LIBICAL_BUILD_TESTING)
1414
add_subdirectory(test)

Diff for: src/libicalvcard/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ endif()
212212
target_link_libraries(icalvcard ical)
213213

214214
if ( MSVC )
215-
target_compile_options(icalvcard PRIVATE /W4 /WX)
215+
target_compile_options(icalvcard PRIVATE /W4 /WX)
216216
else()
217217
target_compile_options(icalvcard PRIVATE -Wall -Wextra -Werror)
218218
endif()

0 commit comments

Comments
 (0)