Skip to content
Snippets Groups Projects
Commit 149585dd authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

cmake: skip installation of files in "Unspecified" component

parent 70faba9f
Branches
Tags v0.7.0
No related merge requests found
......@@ -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")
......
Subproject commit 096d6de380a719982454d1b13721e99df0705291
Subproject commit 9bed48ae1313a6b3d567bdc662f869d2c44fc522
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment