Skip to content

Commit 99809d1

Browse files
Remove eclipse from default CMake args (#1623)
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 24334d3 commit 99809d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rezplugins/build_system/rezconfig.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
# A list of default arguments to be passed to the cmake binary.
1818
"cmake_args": [
1919
'-Wno-dev',
20-
'-DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=TRUE',
21-
'-D_ECLIPSE_VERSION=4.3',
2220
'--no-warn-unused-cli',
2321
],
2422

0 commit comments

Comments
 (0)