Skip to content

Commit

Permalink
remove verbose option for cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Feb 2, 2015
1 parent ec2c2a8 commit 796716e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pack-glbinding.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ endif()

# Package target

add_custom_target( # CPACK_BUILD_CONFIG is empty since cmake 3.1?
add_custom_target( # CPACK_BUILD_CONFIG is empty since cmake 3.1
pack-${project_name}
COMMAND ${CPACK_COMMAND} -C $<CONFIGURATION> --verbose --debug --config ${CMAKE_BINARY_DIR}/CPackConfig-${project_name}.cmake
COMMAND ${CPACK_COMMAND} -C $<CONFIGURATION> --config ${CMAKE_BINARY_DIR}/CPackConfig-${project_name}.cmake
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
set_target_properties(pack-${project_name} PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD 1)
Expand Down

0 comments on commit 796716e

Please sign in to comment.