Skip to content
Snippets Groups Projects
Commit 24279199 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix compilation on Windows

parent 32b1f1ae
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ if(WIN32)
set(WINAPI_BOOST_LIB libs/winapi)
endif()
endif ()
FetchContent_Declare(
boost
SOURCE_DIR ${BOOST_LOCAL_PATH}
......
......@@ -18,5 +18,5 @@ rmdir /s /q CMakeFiles 2>NUL
rmdir /s /q src/CMakeFiles 2>NUL
rmdir /s /q src/examples/CMakeFiles 2>NUL
rmdir /s /q src/tests/CMakeFiles 2>NUL
rmdir /s /q external_dependencies/* 2>NUL
rmdir /s /q external_dependencies 2>NUL
rmdir /s /q _deps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment