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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-04-23 17:16:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-23 17:16:44 +0300
commit35be6d87e84e110714456896deb086576bb02355 (patch)
tree807d99c93b42545daa327373198118618806c066 /source
parent39873891bf6759eb5fcd6bfd7ed1aa762d8db398 (diff)
Cleanup: cmake
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 7311f330962..2bffb16e034 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -414,7 +414,7 @@ if(WITH_PYTHON)
endif()
- if (PYTHON_EXECUTABLE)
+ if(PYTHON_EXECUTABLE)
get_filename_component(_python_exe_name ${PYTHON_EXECUTABLE} NAME)
add_definitions(-DPYTHON_EXECUTABLE_NAME=${_python_exe_name})
unset(_python_exe_name)