2009/6/8 Sascha 'saigkill' Manns <samann...@directbox.com>:
> Hello Guys,
>
> atm i'm learning QT/KDE Programming. I'm created an KDE4Gui Program with
> the Templatemaker.
> Then i has gone to the directory, and typed: cmake CMakeList.txt.
> But i get:
> WARNING: Target "test" has EXCLUDE_FROM_ALL set and will not be built by
> default but an install rule has been provided for it.  CMake does not
> define behavior for this case.
> Whats happend?

Usually you should give us an exercpt of your CMakeLists.txt in order
to makes it possible to understand the problem.

Did you by any chance call your test program "test".

If this is the case try to change its name to something
else like "testK4".

"test" is a builtin CMake target used when doing testing with CTest.

-- 
Erk
_______________________________________________
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