Skip to content

Commit 5e5ac0c

Browse files
committed
try to fix CI again
1 parent aa9e003 commit 5e5ac0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ if(NOT APPLE)
5353
set(CMAKE_INSTALL_RPATH $ORIGIN)
5454
endif()
5555

56+
if(MSVC)
57+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /DNOMINMAX /utf-8 /wd4251")
58+
endif()
59+
5660
add_subdirectory(library)
5761

5862
if(GF_BUILD_EXAMPLES)

0 commit comments

Comments
 (0)