Skip to content

Commit

Permalink
test fix appveyor. Part 24
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 24, 2018
1 parent 5a41d4a commit dc32f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ project(OpenXRay)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

IF(MINGW)
SET(CMAKE_BUILD_TOOL mingw32-make)
SET(CMAKE_MAKE_PROGRAM mingw32-make)
SET(CMAKE_C_COMPILER gcc)
SET(CMAKE_CXX_COMPILER g++)
ENDIF(MINGW)

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

0 comments on commit dc32f92

Please sign in to comment.