Skip to content

Commit

Permalink
Moving debug printout elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 10, 2024
1 parent 21748d0 commit 7ce6de9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@ jobs:
with:
build_type: ${{ matrix.build_type }}
image: ${{ matrix.image }}
- run: |
echo $PATH
echo
echo $LD_LIBRARY_PATH
echo $ROOT_INCLUDE_PATH
echo $CPATH
echo $PYTHONPATH
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ install(EXPORT ${PROJECT_NAME}Targets
)

gaudi_install(CMAKE cmake/${PROJECT_NAME}Config.cmake)


message(STATUS "PATH:\n${PATH}\n")
message(STATUS "LD_LIBRARY_PATH:\n${LD_LIBRARY_PATH}\n")
message(STATUS "ROOT_INCLUDE_PATH:\n${ROOT_INCLUDE_PATH}\n")
message(STATUS "CPATH:\n${CPATH}\n")
message(STATUS "PYTHONPATH:\n${PYTHONPATH}\n")

0 comments on commit 7ce6de9

Please sign in to comment.