Skip to content

Commit

Permalink
chore(cmake): add comment on CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent cd97138 commit eece269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit eece269

Please sign in to comment.