Skip to content

Commit 22f19a2

Browse files
committed
Minor fix in build script.
1 parent 08b5852 commit 22f19a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ add_subdirectory(libs/network/build)
2323
add_subdirectory(libs/network/test)
2424
if (NOT MSVC)
2525
add_subdirectory(libs/mime/test)
26-
endif(NOT_MSVC)
26+
endif(NOT MSVC)
2727
add_subdirectory(libs/network/example)
2828

0 commit comments

Comments
 (0)