Skip to content

Commit ff5a2bf

Browse files
committed
had boost compiler backwards
1 parent 5cf9590 commit ff5a2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (WIN32)
3939
cmake_minimum_required(VERSION 3.27 FATAL_ERROR)
4040

4141
# set boost compiler to avoid errors with boost log
42-
set(Boost_COMPILER "mgw12")
42+
set(Boost_COMPILER "vc143")
4343
else()
4444
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
4545
endif()

0 commit comments

Comments
 (0)