Skip to content
Snippets Groups Projects
Commit f294348c authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Comment NOMINMAX away

parent 3d6f8e56
No related branches found
No related tags found
No related merge requests found
Pipeline #88496 failed
...@@ -2,7 +2,7 @@ message(STATUS "Fetching fmt...") ...@@ -2,7 +2,7 @@ message(STATUS "Fetching fmt...")
FetchContent_Declare(fmt FetchContent_Declare(fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG d141cdbeb0fb422a3fb7173b285fd38e0d1772dc # 8.0.1 GIT_TAG 9.1.0
) )
FetchContent_MakeAvailable(fmt) FetchContent_MakeAvailable(fmt)
......
...@@ -2,6 +2,6 @@ message(STATUS "Fetching pybind11...") ...@@ -2,6 +2,6 @@ message(STATUS "Fetching pybind11...")
FetchContent_Declare(pybind11 FetchContent_Declare(pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11
GIT_TAG f7b499615e14d70ab098a20deb0cdb3889998a1a # 2.8.1 GIT_TAG v2.10.3
) )
FetchContent_MakeAvailable(pybind11) FetchContent_MakeAvailable(pybind11)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment