diff options
| author | agadoul <agadoul@outlook.com> | 2016-12-15 09:12:00 +0100 |
|---|---|---|
| committer | agadoul <agadoul@outlook.com> | 2016-12-15 09:12:00 +0100 |
| commit | 0b62c9ce911a8a86ea7cee9e1c323b61d7b313a6 (patch) | |
| tree | ec72dec32a91d69272e9164a0e33766121d6fd13 | |
| parent | 6fbd2ad7805fcf996f01c29d9b11d0c5e91a8971 (diff) | |
| download | vcpkg-0b62c9ce911a8a86ea7cee9e1c323b61d7b313a6.tar.gz vcpkg-0b62c9ce911a8a86ea7cee9e1c323b61d7b313a6.zip | |
fix warning due to encoding.
| -rw-r--r-- | ports/lcms/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/lcms/CMakeLists.txt b/ports/lcms/CMakeLists.txt index 8c43a2ea3..e78b9b6b6 100644 --- a/ports/lcms/CMakeLists.txt +++ b/ports/lcms/CMakeLists.txt @@ -40,6 +40,9 @@ set(SRCS "src/cmssm.c" ) +add_definitions(-DUNICODE -D_UNICODE) +#string(REPLACE "/utf-8" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") + include_directories( "./include" ) |
