BLI_string, dont pass unicode to ascii BLI_str_partition functions

This commit is contained in:
Campbell Barton
2014-07-08 06:06:34 +10:00
parent aac283966f
commit ea1f1fe0c2
4 changed files with 11 additions and 11 deletions

View File

@@ -1894,7 +1894,7 @@ elseif(APPLE)
else() # vanilla gcc or clang_omp support OpenMP
message(STATUS "Using special OpenMP enabled compiler !") # letting find_package(OpenMP) module work for gcc
string(SUBSTRING "${CMAKE_C_COMPILER}" 0 5 CLANG_OMP)
message(STATUS "Using clang-omp from darwin libs "${CLANG_OMP})
message(STATUS "Using clang-omp from darwin libs " ${CLANG_OMP})
if(CMAKE_C_COMPILER_ID MATCHES "Clang") # clang-omp in darwin libs
set(OPENMP_FOUND ON)
set(OpenMP_C_FLAGS "-fopenmp" CACHE STRING "C compiler flags for OpenMP parallization" FORCE)