Skip to content

Commit

Permalink
do
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 22, 2024
1 parent 8ee87a2 commit fe16615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-D CMAKE_BUILD_TYPE=${{ matrix.build_mode }} \
-D mimicpp_BUILD_TESTS=yes \
-D CMAKE_VERBOSE_MAKEFILE=yes \
-D CXX_STANDARD=${{ matrix.config.cxx_standard }} \
-D CMAKE_CXX_STANDARD=${{ matrix.config.cxx_standard }} \
-B build -S .
cmake --build build -j4
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(get_cpm)

project(
mimic++
mimicpp
LANGUAGES CXX
)

Expand Down

0 comments on commit fe16615

Please sign in to comment.