Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
f294348c
Commit
f294348c
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Comment NOMINMAX away
parent
3d6f8e56
No related branches found
No related tags found
No related merge requests found
Pipeline
#88496
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dependencies/fmt/CMakeLists.txt
+1
-1
1 addition, 1 deletion
dependencies/fmt/CMakeLists.txt
dependencies/pybind11/CMakeLists.txt
+1
-1
1 addition, 1 deletion
dependencies/pybind11/CMakeLists.txt
with
2 additions
and
2 deletions
dependencies/fmt/CMakeLists.txt
+
1
−
1
View file @
f294348c
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
dependencies/pybind11/CMakeLists.txt
+
1
−
1
View file @
f294348c
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment