From: rnv Date: Thu, 21 Feb 2019 08:39:00 +0000 (+0300) Subject: Run SALOME with UNICODE path X-Git-Tag: V9_3_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc1615720cf58ea24bc647aa5ce1343fcaee8e23;p=tools%2Fconfiguration.git Run SALOME with UNICODE path --- diff --git a/cmake/SalomeSetupPlatform.cmake b/cmake/SalomeSetupPlatform.cmake index db64799..96ca250 100644 --- a/cmake/SalomeSetupPlatform.cmake +++ b/cmake/SalomeSetupPlatform.cmake @@ -74,6 +74,8 @@ IF(WIN32) ELSE() SET(SIZE_OF_LONG ${CMAKE_SIZEOF_VOID_P}) # Set sizeof(long) the same as size of pointers ENDIF() + ADD_DEFINITIONS(-DUNICODE) # Unicode + ADD_DEFINITIONS(-D_UNICODE) ELSE() ## Linux specific: SET(PLATFORM_LIBS dl) # Dynamic loading (dlopen, dlsym)