Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srdja committed Feb 1, 2024
1 parent 0a9afd9 commit 7afc5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(UNIX)

elseif(MSVC)
set(CFLAGS "/W4")
set(CMAKE_C_FLAGS "$CMAKE_CFLAGS ${CFLAGS}")
set(CMAKE_C_FLAGS "$CMAKE_C_FLAGS ${CFLAGS}")
endif()


Expand Down

0 comments on commit 7afc5cc

Please sign in to comment.