We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2172783 commit 5a41d4aCopy full SHA for 5a41d4a
CMakeLists.txt
@@ -4,6 +4,7 @@ project(OpenXRay)
4
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
5
6
IF(MINGW)
7
+SET(CMAKE_BUILD_TOOL mingw32-make)
8
ENDIF(MINGW)
9
10
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")
0 commit comments