Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed May 12, 2024
1 parent 77eccba commit 851abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/testProject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package(macoro REQUIRED HINTS ${MACORO_HINT})
target_link_libraries(main macoro::macoro)


option(MACORO_CPP_VER "cpp version" 14)
option(MACORO_CPP_VER "cpp version" 20)

if(MSVC)
target_compile_options( main PRIVATE
Expand Down

0 comments on commit 851abd0

Please sign in to comment.