Issue
guys, I used Cmake to build CGAL project but when I click "generate" on Cmake, I got an empty sln.
Here is the version I used: Cmake-3.19.0 VS-2019 Boost-1.71.0
And following is the config of Cmake: enter image description here
Solution
CGAL is header-only, you don't need to configure it, or build it. That is also probably why you get an "empty sln".
Answered By - mgimeno