Skip to content

Commit 448c6d5

Browse files
committed
cpp20
1 parent 0d25b6b commit 448c6d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ add_library( LuaImGui SHARED
5959
${FMGUI_SRC}
6060
)
6161

62-
if (CMAKE_VERSION VERSION_GREATER 3.12)
63-
set_property(TARGET LuaImGui PROPERTY CXX_STANDARD 23)
64-
endif()
62+
set_property(TARGET LuaImGui PROPERTY CXX_STANDARD 23)
6563

6664
add_subdirectory("ext/minhook")
6765

0 commit comments

Comments
 (0)