Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hqr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
hqr
Compare revisions
2bc36789f26039bc6eefe03f6825a383847724f5 to d11ed5ef457af3ebb6556e8ec2b4c3744e8688c0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
solverstack/hqr
Select target project
No results found
d11ed5ef457af3ebb6556e8ec2b4c3744e8688c0
Select Git revision
Branches
master
Swap
Target
solverstack/hqr
Select target project
solverstack/hqr
faverge/hqr
sylvand/hqr
fpruvost/hqr
4 results
2bc36789f26039bc6eefe03f6825a383847724f5
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix mistake with hqr header install
· d11ed5ef
Mathieu Faverge
authored
7 years ago
d11ed5ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
View file @
d11ed5ef
...
...
@@ -62,7 +62,7 @@ install(FILES
include/libhqr.h
include/libhqr_common.h
# include/libhqr_dbg.h
DESTINATION include
/libhqr
)
DESTINATION include
)
install
(
TARGETS hqr DESTINATION lib
)
...
...
This diff is collapsed.
Click to expand it.