Skip to content

Commit

Permalink
Relax ImGui C++ version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Mar 9, 2022
1 parent 08d9ec7 commit 277fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ workspace "imnodes"
location(projectlocation)
kind "StaticLib"
language "C++"
cppdialect "C++98"
cppdialect "C++11"
targetdir "lib/%{cfg.buildcfg}"
files { path.join(imguilocation, "**.cpp") }
includedirs {
Expand Down

0 comments on commit 277fdd7

Please sign in to comment.