Skip to content

Commit

Permalink
Remove un-needed CXX flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Jan 29, 2025
1 parent 98acaf1 commit 55aada7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SofaImGui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ FetchContent_Declare(simpleini
)
FetchContent_MakeAvailable(simpleini)

set (CMAKE_CXX_STANDARD 20)

set(IMGUI_HEADER_FILES
${imgui_SOURCE_DIR}/backends/imgui_impl_glfw.h
${imgui_SOURCE_DIR}/backends/imgui_impl_opengl3.h
Expand Down

0 comments on commit 55aada7

Please sign in to comment.