From eece269093e6c1de028e334b1825ef57cedec7f8 Mon Sep 17 00:00:00 2001 From: Curve Date: Fri, 24 May 2024 00:25:59 +0200 Subject: [PATCH] chore(cmake): add comment on CI check --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 182cc8a1..1bec8a88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,8 @@ if(VIENNALS_PACKAGE_PYTHON) "[ViennaLS] Using remote VTK due to 'VIENNALS_PACKAGE_PYTHON', the build will take a long time!" ) + # CIBUILDWHEEL is absolutely cursed and won't work when this is turned on. + # I don't know why... if (NOT VIENNALS_IS_CI) set(CPM_DOWNLOAD_ALL ON) endif()