Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oddbookworm committed Jan 13, 2024
1 parent 02a756f commit 7799df7
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 @@ -38,7 +38,7 @@ if (NOT MSVC)
}
else(NOT MSVC)
{
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} Wall /std:c++latest")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Wall /std:c++latest")
}
endif(NOT MSVC)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
Expand Down

0 comments on commit 7799df7

Please sign in to comment.