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()