Skip to content

Commit 161d6cd

Browse files
committed
Minor fix in build script.
1 parent 1247c76 commit 161d6cd

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
@@ -34,6 +34,6 @@ add_subdirectory(libs/network/src)
3434
add_subdirectory(libs/network/test)
3535
if (NOT MSVC)
3636
add_subdirectory(libs/mime/test)
37-
endif(NOT_MSVC)
37+
endif(NOT MSVC)
3838
add_subdirectory(libs/network/example)
3939

0 commit comments

Comments
 (0)