Skip to content

Commit

Permalink
CI test attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Sep 15, 2023
1 parent 2c7a6d1 commit 397c584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ endif()


# MSVC stuff
//if (MSVC)
#if (MSVC)
set_property(TARGET ${TARGET} PROPERTY CXX_STANDARD 20)
set_property(TARGET ${TARGET} PROPERTY CXX_STANDARD_REQUIRED ON)
//endif()
#endif()


# add executable
Expand Down

0 comments on commit 397c584

Please sign in to comment.