MantisBT - KWWidgets
View Issue Details
0002694KWWidgetspublic2006-01-06 14:222006-01-06 16:37
Sebastien Barre 
Sebastien Barre 
lowminoralways
resolvedopen 
0002694: CMake 2.2 - too many rules for target...
Using CMake 2.2, there seems to be a problem with the Examples build files... Say, for Examples/Cxx/SimpleWindow:
NMAKE : warning U4004: too many rules for target 'Examples\Cxx\SimpleWindow\directorystart'
NMAKE : warning U4004: too many rules for target 'Examples\Cxx\SimpleWindow\CMakeFiles\KWSimpleWindowExample.dir\all'
No tags attached.
Issue History

Notes
(0003527)
Sebastien Barre   
2006-01-06 16:37   
CMake 2.2 was not quite ready to go twice in the Examples directory :)
Using a variable instead of two SUBDIRS(Examples) fixed it.