From 1858342dbaeac0400cd087c4480ce4a8999c00dc Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:00:55 -0500 Subject: [PATCH] Remove eclipse from default CMake args (#1623) Signed-off-by: Jean-Christophe Morin Signed-off-by: Jose Enriquez --- src/rezplugins/build_system/rezconfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rezplugins/build_system/rezconfig.py b/src/rezplugins/build_system/rezconfig.py index 00d4579df..0ea85496d 100644 --- a/src/rezplugins/build_system/rezconfig.py +++ b/src/rezplugins/build_system/rezconfig.py @@ -17,8 +17,6 @@ # A list of default arguments to be passed to the cmake binary. "cmake_args": [ '-Wno-dev', - '-DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=TRUE', - '-D_ECLIPSE_VERSION=4.3', '--no-warn-unused-cli', ],