mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Add UNICODE and _UNICODE to CMakeLists.txt
This commit is contained in:
@@ -9,7 +9,7 @@ else()
|
||||
message(STATUS "COOLPROP_INSTALL_PREFIX=${COOLPROP_INSTALL_PREFIX}")
|
||||
endif()
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX ${COOLPROP_INSTALL_PREFIX} CACHE PATH "default install path" FORCE)
|
||||
set(CMAKE_INSTALL_PREFIX ${COOLPROP_INSTALL_PREFIX} CACHE PATH "default install path" FORCE)
|
||||
|
||||
#######################################
|
||||
# PROJECT INFORMATION #
|
||||
@@ -65,6 +65,9 @@ option (FORCE_BITNESS_32
|
||||
option (FORCE_BITNESS_64
|
||||
"Force a 64bit build regardless of the host"
|
||||
OFF)
|
||||
|
||||
add_definitions(-D_UNICODE)
|
||||
add_definitions(-DUNICODE)
|
||||
|
||||
#######################################
|
||||
# FIND ALL SOURCES #
|
||||
|
||||
Reference in New Issue
Block a user