Skip to content

Commit

Permalink
fix cmakelint
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Oct 2, 2023
1 parent 75a57d9 commit 317cdb6
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 @@ -33,7 +33,7 @@ else()
endif()

if(WIN32 AND NOT MINGW)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std:c11" )
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std:c11")
endif()

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
Expand Down

0 comments on commit 317cdb6

Please sign in to comment.