From d47b018f8d63b4ec68428011aba0c1f04c63ca73 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 21 Feb 2012 14:39:59 +0000 Subject: Fix #30270, #30265: cycles not displaying textured objects, and not rendering text/curve objects after the bmesh merge. Also removed a debug print. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fab87c04ef9..d973c7c9465 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,7 +254,6 @@ if(APPLE) "Choose the minimum OSX version required: 10.4 or 10.5" FORCE) endif() - MESSAGE(STATUS ${CMAKE_GENERATOR}) if(${CMAKE_GENERATOR} MATCHES "Xcode") if(${XCODE_VERSION} VERSION_EQUAL 4 OR ${XCODE_VERSION} VERSION_GREATER 4) # Xcode 4 defaults to the Apple LLVM Compiler. -- cgit v1.2.3