summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GNUInstallDirs/Opt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/GNUInstallDirs/Opt.cmake')
-rw-r--r--Tests/RunCMake/GNUInstallDirs/Opt.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/GNUInstallDirs/Opt.cmake b/Tests/RunCMake/GNUInstallDirs/Opt.cmake
new file mode 100644
index 0000000..49eab0e
--- /dev/null
+++ b/Tests/RunCMake/GNUInstallDirs/Opt.cmake
@@ -0,0 +1,2 @@
+set(CMAKE_INSTALL_PREFIX "/opt/${PROJECT_NAME}")
+include(Common.cmake)