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>2012-04-12 06:15:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-12 06:15:33 +0400
commitcc1259178b95d084a7ca9e83c90ef0ab97b7fa86 (patch)
treefb6b69a28ea45fb30373bdc4e387b0eebde4b3ce /intern/CMakeLists.txt
parent5aaf3ede76c91a062d09360301083b6f75a6a89f (diff)
code cleanup: utfconv library had some quite confusing formatting, also cleared som warnings.
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 8da41aab527..c85f0fddc34 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -66,8 +66,7 @@ if(WITH_CYCLES)
add_subdirectory(cycles)
endif()
-
-#Only Windows needs utf16 converter
+# only windows needs utf16 converter
if(WIN32)
add_subdirectory(utfconv)
endif()