diff options
author | Silvio Traversaro <silvio@traversaro.it> | 2024-01-29 19:32:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-30 16:44:45 (GMT) |
commit | 06af18b9db267926dfd8fd346328a64a41238aa3 (patch) | |
tree | b042ca401e723dcae50ddafe04bf5629826d6cc8 /Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake | |
parent | b0d8b857d8ae4afe83d05eaad451b628817b6dce (diff) | |
download | CMake-06af18b9db267926dfd8fd346328a64a41238aa3.zip CMake-06af18b9db267926dfd8fd346328a64a41238aa3.tar.gz CMake-06af18b9db267926dfd8fd346328a64a41238aa3.tar.bz2 |
cmake: Allow CMAKE_INSTALL_PREFIX to be set by environment variable
Fixes: #25023
Diffstat (limited to 'Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake')
-rw-r--r-- | Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake b/Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake new file mode 100644 index 0000000..6de6be6 --- /dev/null +++ b/Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake @@ -0,0 +1 @@ +include(EnvInstallPrefix.cmake) |