Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2022-01-19 21:04:25 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2022-01-19 21:04:25 +0300
commit596ce115567e3ddfd7ab5b7a8a488d064983e83c (patch)
tree845047e14b5c736c00cfb1f6aaaa3de9c1169cab /CMakeLists.txt
parentf179637222d1432b09c3c23201e1b7b75215b11a (diff)
CMake Cleanup: use set for filepath instead of option
See https://developer.blender.org/D13830#368219
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 380acbbba0f..8af43d36916 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -708,7 +708,7 @@ if(UNIX AND NOT APPLE)
endif()
# Installation process.
-option(POSTINSTALL_SCRIPT "Run given CMake script after installation process" OFF)
+set(POSTINSTALL_SCRIPT "" CACHE FILEPATH "Run given CMake script after installation process")
mark_as_advanced(POSTINSTALL_SCRIPT)
# end option(...)