From 6e6ea4afbe83b8f05176ebb2da2551c849616a85 Mon Sep 17 00:00:00 2001 From: Vova Manannikov Date: Mon, 23 Mar 2020 01:03:49 +0300 Subject: [PATCH] fix windows build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb335bf..ba70a9f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ IF (UNIX) ENDIF(UNIX) if(WIN32) + include(CheckCXXCompilerFlag) check_cxx_compiler_flag(/d2FH4- HAS_D2FH4) if (HAS_D2FH4) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /d2FH4-")