Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VILLASnode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
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
ACS
Public
VILLASframework
VILLASnode
Commits
149585dd
Commit
149585dd
authored
6 years ago
by
Steffen Vogel
Browse files
Options
Downloads
Patches
Plain Diff
cmake: skip installation of files in "Unspecified" component
parent
70faba9f
Branches
Branches containing commit
Tags
v0.7.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/VILLASnodePackaging.cmake
+4
-0
4 additions, 0 deletions
cmake/VILLASnodePackaging.cmake
common
+1
-1
1 addition, 1 deletion
common
with
5 additions
and
1 deletion
cmake/VILLASnodePackaging.cmake
+
4
−
0
View file @
149585dd
...
...
@@ -20,6 +20,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
include
(
CPackComponent
)
get_cmake_property
(
CPACK_COMPONENTS_ALL COMPONENTS
)
list
(
REMOVE_ITEM CPACK_COMPONENTS_ALL
"Unspecified"
)
set
(
CPACK_BUILD_SOURCE_DIRS
${
PROJECT_SOURCE_DIR
}
/src;
${
PROJECT_SOURCE_DIR
}
/lib;
${
PROJECT_SOURCE_DIR
}
/include
)
set
(
CPACK_PACKAGE_NAME
"villas-node"
)
...
...
This diff is collapsed.
Click to expand it.
common
@
9bed48ae
Compare
096d6de3
...
9bed48ae
Subproject commit
096d6de380a719982454d1b13721e99df0705291
Subproject commit
9bed48ae1313a6b3d567bdc662f869d2c44fc522
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