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:
authorCampbell Barton <ideasman42@gmail.com>2015-06-18 04:38:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-18 05:23:54 +0300
commit7fbf264c672fc2baae37816a7d167357a85a46d9 (patch)
tree592158efb18f5a40cfbef6fe1096a601ad205194 /build_files/cmake/project_info.py
parent530034511c8e5c5fbe8e2563112b1afdfd24d6bd (diff)
Update netbeans project file generator
Diffstat (limited to 'build_files/cmake/project_info.py')
-rwxr-xr-xbuild_files/cmake/project_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index fcd4501f231..c9ea2497987 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -130,7 +130,7 @@ def is_project_file(filename):
def cmake_advanced_info():
- """ Extracr includes and defines from cmake.
+ """ Extract includes and defines from cmake.
"""
make_exe = cmake_cache_var("CMAKE_MAKE_PROGRAM")