Skip to content

Commit

Permalink
new attempt to fix annoying CMake overwriting Eclipse .project
Browse files Browse the repository at this point in the history
  • Loading branch information
drodri committed May 11, 2015
1 parent 1e2acf9 commit 2ce8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/cmake/cmake_tool_chain.py
Expand Up @@ -57,7 +57,7 @@ def _build(self, *parameters):
self.bii.user_io.out.write('Building: %s\n' % cmd)
retcode = simple_exe(cmd, cwd=paths.build)
if 'Eclipse' in self.bii.hive_disk_image.settings.cmake.generator:
ide = Eclipse(self.bii_paths)
ide = Eclipse(paths)
try:
ide.configure_project()
except IOError:
Expand Down

0 comments on commit 2ce8575

Please sign in to comment.