Skip to content

CMAKE ExternalProject_Add #6685

Discussion options

You must be logged in to vote

This is how you can install CGAL with its dependencies in one single bash:
cmake -DGET_LIBS=ON -DBUILD_MY_PROJECTS=ON -DBUILD_SHARED_LIBS=ON -G "Visual Studio 17 2022" -A x64 .. && cmake --build . --config Release

🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐
🥐 This is cmake for boost, eigen, cgal and auxiliary dependencies 🥐
🥐 Hope this works on other computers as well 🥐
🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐 🥐

P.S. I wish installation of Boost would be smaller and take less times, Boost is more than 3GB... feels like downloading the whole internet.

########################################################################
# REFERENCES AND BASH COMMANDS
###########################################################…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tensor-works
Comment options

Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6677 on June 20, 2022 14:07.