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

FIX: Trying to fix compilation on Windows

parent 74357234
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ if(WIN32) ...@@ -12,7 +12,6 @@ if(WIN32)
set(WINAPI_BOOST_LIB libs/winapi) set(WINAPI_BOOST_LIB libs/winapi)
endif() endif()
endif ()
FetchContent_Declare( FetchContent_Declare(
boost boost
SOURCE_DIR ${BOOST_LOCAL_PATH} SOURCE_DIR ${BOOST_LOCAL_PATH}
......
...@@ -18,5 +18,5 @@ rmdir /s /q CMakeFiles 2>NUL ...@@ -18,5 +18,5 @@ rmdir /s /q CMakeFiles 2>NUL
rmdir /s /q src/CMakeFiles 2>NUL rmdir /s /q src/CMakeFiles 2>NUL
rmdir /s /q src/examples/CMakeFiles 2>NUL rmdir /s /q src/examples/CMakeFiles 2>NUL
rmdir /s /q src/tests/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 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