Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
mlz
BornAgain
Commits
52688f40
Commit
52688f40
authored
3 years ago
by
Ammar Nejati
Browse files
Options
Downloads
Patches
Plain Diff
CMake: Move `AssertLibraryFunction` and `FindPkgVersion` to `cmake/commons` folder
parent
1f23f46c
No related branches found
No related tags found
1 merge request
!411
Remove PkgConfig dependence on Windows
Pipeline
#47408
passed
3 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/commons/AssertLibraryFunction.cmake
+0
-0
0 additions, 0 deletions
cmake/commons/AssertLibraryFunction.cmake
cmake/commons/FindPkgVersion.cmake
+0
-0
0 additions, 0 deletions
cmake/commons/FindPkgVersion.cmake
cmake/find/FindCerf.cmake
+2
-2
2 additions, 2 deletions
cmake/find/FindCerf.cmake
with
2 additions
and
2 deletions
cmake/
find
/AssertLibraryFunction.cmake
→
cmake/
commons
/AssertLibraryFunction.cmake
+
0
−
0
View file @
52688f40
File moved
This diff is collapsed.
Click to expand it.
cmake/
find
/FindPkgVersion.cmake
→
cmake/
commons
/FindPkgVersion.cmake
+
0
−
0
View file @
52688f40
File moved
This diff is collapsed.
Click to expand it.
cmake/find/FindCerf.cmake
+
2
−
2
View file @
52688f40
...
@@ -26,7 +26,7 @@ if(NOT WIN32)
...
@@ -26,7 +26,7 @@ if(NOT WIN32)
endif
()
endif
()
endif
()
endif
()
else
()
else
()
include
(
FindPkgVersion
)
include
(
commons/
FindPkgVersion
)
findPkgVersion
(
findPkgVersion
(
"cerf"
# libname
"cerf"
# libname
""
# use default config file
""
# use default config file
...
@@ -89,7 +89,7 @@ endif()
...
@@ -89,7 +89,7 @@ endif()
mark_as_advanced
(
Cerf_INCLUDE_DIR Cerf_LIBRARIES Cerf_IS_CPP
)
mark_as_advanced
(
Cerf_INCLUDE_DIR Cerf_LIBRARIES Cerf_IS_CPP
)
include
(
AssertLibraryFunction
)
include
(
commons/
AssertLibraryFunction
)
assert_library_function
(
Cerf cerf
""
)
assert_library_function
(
Cerf cerf
""
)
assert_library_function
(
Cerf dawson
""
)
assert_library_function
(
Cerf dawson
""
)
assert_library_function
(
Cerf voigt
""
)
assert_library_function
(
Cerf voigt
""
)
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