diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eb1b329..f81010a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ if(MSVC) -wd4197 # warning C4197: 'volatile int': top-level volatile in cast is ignored ) add_definitions(-utf-8) - if(CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8) + if(CMAKE_SIZEOF_VOID_P GREATER 4) add_link_options(-HIGHENTROPYVA) endif() else() |
