Skip to content

Commit

Permalink
revert fetchcontent_makeavailable -> fetchcontent_populate for qhull …
Browse files Browse the repository at this point in the history
…fetchcontent to avoid Windows build errors
  • Loading branch information
ssheorey committed Aug 20, 2024
1 parent 5553cb7 commit 3eb5962
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 3rdparty/qhull/qhull.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ FetchContent_Declare(
URL_HASH
SHA256=8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b
DOWNLOAD_DIR "${OPEN3D_THIRD_PARTY_DOWNLOAD_DIR}/qhull"
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)

FetchContent_MakeAvailable(ext_qhull)
FetchContent_Populate(ext_qhull)
FetchContent_GetProperties(ext_qhull SOURCE_DIR QHULL_SOURCE_DIR)

0 comments on commit 3eb5962

Please sign in to comment.