From 8fb067af93cfd2c64968e1919d75a323c8e01531 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Apr 2012 02:37:28 +0000 Subject: code cleanup: avoid confusion with utfconv lib - was configuring this windows only lib on non windows platforms (scons only). --- intern/utfconv/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'intern/utfconv/CMakeLists.txt') diff --git a/intern/utfconv/CMakeLists.txt b/intern/utfconv/CMakeLists.txt index 74b91fd0f2b..8da03427c37 100644 --- a/intern/utfconv/CMakeLists.txt +++ b/intern/utfconv/CMakeLists.txt @@ -28,10 +28,11 @@ set(SRC utfconv.c utfconv.h - #utf_func.h ) - +# This is odd but leave it for now... +# Why have win32 check here? - this is only used for windows. +# ... because one day we might want to use it on other platforms. if(WIN32) list(APPEND SRC utf_winfunc.c -- cgit v1.2.3