Skip to content

Commit

Permalink
Automatic snapshot commit from tribits at c6b9a85
Browse files Browse the repository at this point in the history
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git'

At commit:

commit c6b9a85872eacce51dfaadbb87e61c9ed10cedf6
Author:  Roscoe A. Bartlett <[email protected]>
Date:    Thu Apr 25 12:47:14 2019 -0600
Summary: Add tribits/core install_package_by_package tests and <Project>_INSTALL_PBP_RUNNER option (#2689, ATDV-156)
  • Loading branch information
bartlettroscoe committed Apr 26, 2019
1 parent f1b5c79 commit e1ffdfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,13 @@ MACRO(TRIBITS_SETUP_FOR_INSTALLATION)
@ONLY
)

ADVANCED_SET(${PROJECT_NAME}_INSTALL_PBP_RUNNER "" CACHE FILEPATH
"Program used to run cmake -P cmake_pbp_install.cmake to change user for 'install_package_by_package' target")
PRINT_VAR(${PROJECT_NAME}_INSTALL_PBP_RUNNER)


ADD_CUSTOM_TARGET(install_package_by_package
${${PROJECT_NAME}_INSTALL_PBP_RUNNER}
${CMAKE_COMMAND} -P cmake_pbp_install.cmake
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)
Expand Down

0 comments on commit e1ffdfc

Please sign in to comment.