-1

I want to use CGAL framework, so I tried to use CMAKE to build CGAL library, but when I choose Visual Studio 2015 compiler, it shows the following error:

CMake error description

the error log contains:

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.

yasouser
  • 5,113
  • 2
  • 27
  • 41
user8452156
  • 1
  • 1
  • 4

1 Answers1

0

Last time far far away someone else had the same problem as it appears to be even if you install Microsoft Visual Studio IDE, might've missed the option of installing the build tools.

As the previous answer states, try to create a new C++ project and as the Visual Studio prompts for installing missing components, install them. Should work again.

There's also this solution that may help you. Best of luck.