File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8888 run : mkdir builds
8989
9090 - name : list stuff
91- run : ls ./boost/boost/lib
91+ run : ls ./boost/boost/libs
9292 # run: ls ${{ steps.install-boost.outuputs.BOOST_ROOT }}
9393
9494 - name : Build
9898 cmake --build build --target all install -- -v
9999 env :
100100 BOOST_ROOT : ${{ steps.install-boost.outputs.BOOST_ROOT }}
101- BOOST_INCLUDEDIR : ${{ steps.install-boost.outputs.BOOST_ROOT }}
101+ BOOST_INCLUDEDIR : ${{ steps.install-boost.outputs.BOOST_ROOT }}/include
102102 BOOST_LIBRARYDIR : ${{ steps.install-boost.outputs.BOOST_ROOT }}/lib
103103
104104 - name : Copy
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ if (WIN32)
3737 # Use a newer version of CMake on Windows, so we are NEW for
3838 # https://cmake.org/cmake/help/latest/policy/CMP0149.html
3939 cmake_minimum_required (VERSION 3.27 FATAL_ERROR)
40+
41+ # set boost compiler to avoid errors with boost log
42+ set (Boost_COMPILER "mgw13" )
4043else ()
4144 cmake_minimum_required (VERSION 3.25 FATAL_ERROR)
4245endif ()
You can’t perform that action at this time.
0 commit comments