Skip to content

Commit dc32f92

Browse files
committed
test fix appveyor. Part 24
1 parent 5a41d4a commit dc32f92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ project(OpenXRay)
44
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
55

66
IF(MINGW)
7-
SET(CMAKE_BUILD_TOOL mingw32-make)
7+
SET(CMAKE_MAKE_PROGRAM mingw32-make)
8+
SET(CMAKE_C_COMPILER gcc)
9+
SET(CMAKE_CXX_COMPILER g++)
810
ENDIF(MINGW)
911

1012
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")

0 commit comments

Comments
 (0)