Skip to content

Commit

Permalink
call ninja package after build on macos circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 1, 2024
1 parent e601d59 commit a21b2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:
..
ninja
ninja install
ninja package
2 changes: 1 addition & 1 deletion SetCompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
if (HAVE_NO_OMIT_FRAME_POINTER)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer")
endif()
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_FLAGS "-W -Wall ${CMAKE_CXX_FLAGS}")
Expand Down

0 comments on commit a21b2c4

Please sign in to comment.