summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake
diff options
context:
space:
mode:
authorSilvio Traversaro <silvio@traversaro.it>2024-01-29 19:32:31 (GMT)
committerBrad King <brad.king@kitware.com>2024-01-30 16:44:45 (GMT)
commit06af18b9db267926dfd8fd346328a64a41238aa3 (patch)
treeb042ca401e723dcae50ddafe04bf5629826d6cc8 /Tests/RunCMake/CommandLine/EnvInstallPrefixOverrideWithCmdLineOpt.cmake
parentb0d8b857d8ae4afe83d05eaad451b628817b6dce (diff)
downloadCMake-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.cmake1
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)