eclipsesource / cdt-cloud

CDT.cloud Blueprint - a template for building web-based C/C++ tools
Eclipse Public License 2.0
0 stars 0 forks source link

cmake error when starting Blueprint via the AppImage #4

Open sdirix opened 2 years ago

sdirix commented 2 years ago

When I start the Blueprint on Linux via the AppImage cmake throws errors when invoked via the app.

CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly.

The error occurs when running the build task or when trying to invoke cmake via the built-in terminal.

When starting the Blueprint out of the repository via yarn start, the cmake integration works fine.