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
Merge requests
!51
Resolve "Re-Implement Evaluation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Re-Implement Evaluation"
75-re-implement-evaluation
into
develop
Overview
2
Commits
21
Pipelines
9
Changes
1
Merged
Ivar Härnqvist
requested to merge
75-re-implement-evaluation
into
develop
4 years ago
Overview
2
Commits
21
Pipelines
9
Changes
1
Expand
Closes
#75 (closed)
Edited
4 years ago
by
Ivar Härnqvist
0
0
Merge request reports
Viewing commit
bbd96808
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bbd96808
use regular fmt target if header-only does not exist
· bbd96808
Ivar Härnqvist
authored
4 years ago
CMakeLists.txt
+
2
−
1
Options
@@ -86,7 +86,8 @@ target_compile_options(
target_link_libraries
(
"
${
TARGET_NAME
}
"
PRIVATE
fmt::fmt-header-only
$<TARGET_NAME_IF_EXISTS:fmt::fmt-header-only>
$<$<NOT:$<TARGET_EXISTS:fmt::fmt-header-only>>:fmt::fmt>
)
# Copy binaries to project folder for debugging during development.
Loading