From 656d9e18673bb7a37112cd05d932e3cdbca4b743 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Mon, 4 Feb 2019 15:00:25 +0100 Subject: [PATCH] FIX: Trying to fix compilation on Windows --- DownloadBoost.cmake | 1 - clean.bat | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DownloadBoost.cmake b/DownloadBoost.cmake index 97b448bf..18f21760 100644 --- a/DownloadBoost.cmake +++ b/DownloadBoost.cmake @@ -12,7 +12,6 @@ if(WIN32) set(WINAPI_BOOST_LIB libs/winapi) endif() -endif () FetchContent_Declare( boost SOURCE_DIR ${BOOST_LOCAL_PATH} diff --git a/clean.bat b/clean.bat index 89118417..44aedeff 100644 --- a/clean.bat +++ b/clean.bat @@ -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 -- GitLab