Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMake Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Contributor 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
mpcdf
training
CMake Recipes
Commits
ed2291ca
Commit
ed2291ca
authored
2 years ago
by
Sebastian Eibl
Browse files
Options
Downloads
Patches
Plain Diff
remove verbose projects
parent
949d8cce
No related branches found
No related tags found
No related merge requests found
Pipeline
#136800
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
00_targets/CMakeLists.txt
+0
-3
0 additions, 3 deletions
00_targets/CMakeLists.txt
01_find_package/CMakeLists.txt
+0
-3
0 additions, 3 deletions
01_find_package/CMakeLists.txt
02_mkl/CMakeLists.txt
+0
-3
0 additions, 3 deletions
02_mkl/CMakeLists.txt
with
0 additions
and
9 deletions
00_targets/CMakeLists.txt
+
0
−
3
View file @
ed2291ca
cmake_minimum_required
(
VERSION 3.20
)
project
(
00_targets
VERSION 1.0.0
DESCRIPTION
"CMake recipe for targets"
HOMEPAGE_URL
LANGUAGES CXX
)
##########################
...
...
This diff is collapsed.
Click to expand it.
01_find_package/CMakeLists.txt
+
0
−
3
View file @
ed2291ca
cmake_minimum_required
(
VERSION 3.20
)
project
(
01_find_package
VERSION 1.0.0
DESCRIPTION
"CMake recipe for find scripts"
HOMEPAGE_URL
LANGUAGES CXX
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
...
...
This diff is collapsed.
Click to expand it.
02_mkl/CMakeLists.txt
+
0
−
3
View file @
ed2291ca
cmake_minimum_required
(
VERSION 3.20
)
project
(
02_mkl
VERSION 1.0.0
DESCRIPTION
"How to find MKL"
HOMEPAGE_URL
LANGUAGES CXX
)
set
(
MKL_ARCH intel64
)
...
...
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