Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iason Nikolas committed Jan 2, 2023
1 parent c0af9ea commit 8340256
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os:
- ubuntu-22.04
- macos-10.15
- windows-2022
- windows-2019
compiler:
# you can specify the version after `-` like "llvm-15".
- llvm-15
Expand All @@ -49,7 +49,7 @@ jobs:

exclude:
# mingw is determined by this author to be too buggy to support
- os: windows-2022
- os: windows-2019
compiler: gcc-12

include:
Expand All @@ -74,25 +74,25 @@ jobs:
developer_mode: On

# Windows msvc builds
- os: windows-2022
- os: windows-2019
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Debug
developer_mode: On

- os: windows-2022
- os: windows-2019
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Release
developer_mode: On

- os: windows-2022
- os: windows-2019
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Debug
developer_mode: Off

- os: windows-2022
- os: windows-2019
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(OPT_WARNINGS_AS_ERRORS_DEVELOPER_DEFAULT TRUE)
# Add project_options v0.20.0
# https://github.com/cpp-best-practices/project_options
include(FetchContent)
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.3.zip)
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[requires]
catch2/2.13.9
cli11/2.2.0
spdlog/1.11.0
spdlog/1.10.0

[generators]
cmake_find_package_multi

0 comments on commit 8340256

Please sign in to comment.