Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 18, 2024
1 parent 706896a commit ca46cc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ option(VIENNALS_BUILD_TESTS "Build tests" OFF)
# --------------------------------------------------------------------------------------------------------

if(VIENNALS_PACKAGE_PYTHON)
message(STATUS "[ViennaLS] Using remote VTK due to 'VIENNALS_PACKAGE_PYTHON', the build will take a long time!")

message(
STATUS
"[ViennaLS] Using remote VTK due to 'VIENNALS_PACKAGE_PYTHON', the build will take a long time!"
)

set(CPM_DOWNLOAD_ALL ON)
set(VIENNALS_BUILD_PYTHON ON)
endif()
Expand Down

0 comments on commit ca46cc2

Please sign in to comment.