mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
cmake: skip installation of files in "Unspecified" component
This commit is contained in:
parent
70faba9fd9
commit
149585ddc6
2 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 096d6de380a719982454d1b13721e99df0705291
|
||||
Subproject commit 9bed48ae1313a6b3d567bdc662f869d2c44fc522
|
Loading…
Add table
Reference in a new issue