Skip to content

Commit 6fee4e8

Browse files
Fix: Make syntax error on GitHub CI
1 parent f011d11 commit 6fee4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif()
4545
# Enable all features, except to 'Z_DEBUG' flag.
4646
if(Z_ENABLE_ALL_FEATURES)
4747
add_compile_definitions(${PROJECT_NAME} PRIVATE Z_ENABLE_ALL_FEATURES)
48-
endif
48+
endif()
4949

5050
# Static linking mode. Beta.
5151
if(Z_STATIC_LINKING)

0 commit comments

Comments
 (0)