You are not logged in.

#1 2022-06-08 10:46:21

rafaellancas
Member
Registered: 2022-05-31
Posts: 86

[SOLVED] Does anyone know what is CMAKE and how to enable/disable it?

Recently, my yay started taking a little longer than the usual to install things. I decided to look at it working and saw this:

[ 96%] Building CXX object CMakeFiles/flycast_libretro.dir/core/rend/vulkan/quad.cpp.o
[ 96%] Building CXX object CMakeFiles/flycast_libretro.dir/core/rend/vulkan/shaders.cpp.o
[ 97%] Building CXX object CMakeFiles/flycast_libretro.dir/core/rend/vulkan/texture.cpp.o
[ 97%] Building CXX object CMakeFiles/flycast_libretro.dir/core/rend/vulkan/vmallocator.cpp.o

I realized that a CMAKE program was installed under development in the main menu too.  I have no idea on how or why I installed this thing, but it seems to be useless.

Does anyone know why this happened and how to turn it off? It definitely is consuming a lot more of time to do yay installations.

Last edited by rafaellancas (2022-06-29 02:58:44)

Offline

#2 2022-06-08 11:00:47

a821
Member
Registered: 2012-10-31
Posts: 389

Re: [SOLVED] Does anyone know what is CMAKE and how to enable/disable it?

Offline

#3 2022-06-08 11:03:01

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 134
Website

Re: [SOLVED] Does anyone know what is CMAKE and how to enable/disable it?

rafaellancas wrote:

I have no idea on how or why I installed this thing

A compilation dependency. For example, open-hexagon-git:

 Make Deps       : git  cmake  rsync 
rafaellancas wrote:

but it seems to be useless.

You need it for build software.

rafaellancas wrote:

how to turn it off?

You can uninstall cmake, but any program that depends on cmake, will not be builded.


I'm just someone. Please use [code] [/code] tags.

Offline

#4 2022-06-08 11:14:56

rafaellancas
Member
Registered: 2022-05-31
Posts: 86

Re: [SOLVED] Does anyone know what is CMAKE and how to enable/disable it?

Adriik wrote:
rafaellancas wrote:

I have no idea on how or why I installed this thing

A compilation dependency. For example, open-hexagon-git:

 Make Deps       : git  cmake  rsync 
rafaellancas wrote:

but it seems to be useless.

You need it for build software.

rafaellancas wrote:

how to turn it off?

You can uninstall cmake, but any program that depends on cmake, will not be builded.

Ah ok. I thought I had made something wrong when I installed retroarch. Thank you.

Offline

Board footer

Powered by FluxBB