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 cb01ea7 commit 5cf9590Copy full SHA for 5cf9590
CMakeLists.txt
@@ -39,7 +39,7 @@ if (WIN32)
39
cmake_minimum_required(VERSION 3.27 FATAL_ERROR)
40
41
# set boost compiler to avoid errors with boost log
42
- set(Boost_COMPILER "mgw13")
+ set(Boost_COMPILER "mgw12")
43
else()
44
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
45
endif()
0 commit comments