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-07-18 11:21:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-18 11:42:35 +0300
commit752eb64d6025dac88a2cdd8fd423b70c97e3ab1d (patch)
treedf9111b8608b755e4351e291e82fd95fe1a7cab1 /source/blender/python/intern/CMakeLists.txt
parent7c5dd146897f3427fafe658c6deba2732e937b20 (diff)
Cleanup: whitespace (CMake)
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index ed04152182e..7c58c1158c1 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -225,7 +225,7 @@ if(WITH_SDL_DYNLOAD)
list(APPEND INC
../../../../extern/sdlew/include
)
- add_definitions(-DWITH_SDL_DYNLOAD)
+ add_definitions(-DWITH_SDL_DYNLOAD)
endif()
if(WITH_JACK)