Skip to content

Commit

Permalink
Executing external process
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 10, 2024
1 parent 7ce6de9 commit d5d7302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ 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")
execute_process(COMMAND "${CMAKE_COMMAND}" "-E" "environment")

0 comments on commit d5d7302

Please sign in to comment.