Skip to content

Commit

Permalink
CMakeLists.txt: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Jan 4, 2024
1 parent db3cdd1 commit b15159f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(ICAL_GLIB)
add_subdirectory(libical-glib)
endif()
if (ICAL_VCARD)
add_subdirectory(libicalvcard)
add_subdirectory(libicalvcard)
endif()
if(LIBICAL_BUILD_TESTING)
add_subdirectory(test)
Expand Down
2 changes: 1 addition & 1 deletion src/libicalvcard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ endif()
target_link_libraries(icalvcard ical)

if ( MSVC )
target_compile_options(icalvcard PRIVATE /W4 /WX)
target_compile_options(icalvcard PRIVATE /W4 /WX)
else()
target_compile_options(icalvcard PRIVATE -Wall -Wextra -Werror)
endif()
Expand Down

0 comments on commit b15159f

Please sign in to comment.