Skip to content

Commit

Permalink
Enable prepending to path-like environment variables (#14)
Browse files Browse the repository at this point in the history
* Enable prepending to path-like environment variables.

* Suggested changes for `cet_test_prepend_env()` and related

* Suggested changes per @knoepfel

* Documentation tweaks

* `cet_test_prepend_env()` forwards to new function `cet_test_env_mod()`

* Rename function for `cet_test_env_*` consistency

---------

Co-authored-by: Chris Green <[email protected]>
  • Loading branch information
knoepfel and greenc-FNAL authored Nov 10, 2023
1 parent 701168f commit fca157b
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 278 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# * Awareness of multi-project builds.
#
########################################################################
set(CETMODULES_MIN_CMAKE_VERSION 3.21) # Used in config/cetmodules-cmake-version-check.cmake
set(CETMODULES_MIN_CMAKE_VERSION 3.22) # Used in config/cetmodules-cmake-version-check.cmake

# Required to keep CMake happy.
cmake_minimum_required(VERSION ${CETMODULES_MIN_CMAKE_VERSION}...3.27
Expand Down
Loading

0 comments on commit fca157b

Please sign in to comment.