Hey folks,
http://www.cmake.org/Wiki/Eclipse_CDT4_Generator
says the cdt generator should work with subclipse if you set
 -DECLIPSE_CDT4_GENERATE_SOURCE_PROJECT=TRUE
on the commandline when running cmake, but it doesn't seem
to be working here.

As a sanity check, I verified that a normal eclipse project in svn, e.g.

  svn co http://winezeug.googlecode.com/svn/trunk/hello hello

  cd hello

gets connected properly if you add it to the workspace
and run team/share/svn on it.

But while a cdt-generated project in svn, e.g.

  svn co http://winezeug.googlecode.com/svn/trunk/cmake_examples cmake_examples

  cd cmake_examples/ex6

  mkdir build

  cd build

  cmake -G"Eclipse CDT4 - Unix Makefiles"
-DECLIPSE_CDT4_GENERATE_SOURCE_PROJECT=TRUE -DCMAKE_BUILD_TYPE=Debug
../demo

can be added to the workspace and built with eclipse,
if you run team/share/svn on it, subclipse doesn't seem to
recognize that the project came from svn.
Instead, it offers to create the project in svn for you :-(

What am I doing wrong?
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to