Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CMAKE_MAKEFILE_GENERATOR from the config #853

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions sys-config/ltoize/files/make.conf.lto
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@

#MAKEOPTS="-j${NTHREADS}"

#Lastly, for cmake packages, you may want to set the default generator to Ninja.
#It is considerably faster than GNU make and can help build times.

#CMAKE_MAKEFILE_GENERATOR=ninja

#Only one package, kde-plasma/kinfocenter, needs CMAKE_MAKEFILE_GENERATOR=emake. It can be overridden
#in your own package.cflags/kinfocenter.conf file like so:

#kde-plasma/kinfocenter CMAKE_MAKEFILE_GENERATOR=emake

#This concludes setup for GentooLTO using the default settings.
#If you want to cherry pick these settings, source make.conf.lto.defines directly
#and read the comments in that file.
Expand Down
7 changes: 0 additions & 7 deletions sys-config/ltoize/files/package.cflags/cmake-makefile.conf

This file was deleted.