Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 23, 2023
1 parent f23d45a commit d9fb612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project(${PROJECT} CXX)

option(USE_NEW_IMGUI_KEY_SYSTEM "Define the symbol IMGUI_DISABLE_OBSOLETE_KEYIO" ON)

set(CMAKE_CXX_STANDARD 11)

include(cmake/3rdparty.cmake)

if(MSVC)
Expand Down Expand Up @@ -71,7 +73,6 @@ elseif(UNIX)
set_target_properties(${PROJECT} PROPERTIES OUTPUT_NAME "${PROJECT}_Unix")
endif()

set(CMAKE_CXX_STANDARD 11)
set_target_properties(${PROJECT} PROPERTIES CXX_STANDARD 11)
set_target_properties(InAppGpuProfiler PROPERTIES CXX_STANDARD 11)

Expand Down

0 comments on commit d9fb612

Please sign in to comment.