View Issue Details

IDProjectCategoryView StatusLast Update
0000976Spring engineGeneralpublic2008-07-11 18:19
Reportersombriks Assigned ToAuswaschbar  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0000976: removing retundant things
Descriptionevent under lots of work sometime we got time to do the good things of the life, ;)

read CMake files in order to improve the next version os spring is one of these things.

for example, you can happily suppress the ${CMAKE_INSTALL_PREFIX} from line 22 (rev 6130) of CMakeLists.txt located in /trunk; that one will be placed for free by cmake when installing. i was playing with DESTDIR and got that one.
Additional Information
install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/game/ DESTINATION spring PATTERN ".svn" EXCLUDE)

this line works for me (cmake cmake version 2.6-patch 0)

TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Auswaschbar

2008-07-11 18:19

reporter   ~0002402

Fixed along with other improvements (executables and libraries were no longer placed in game/, but in the build-directory).

Issue History

Date Modified Username Field Change
2008-07-11 01:16 sombriks New Issue
2008-07-11 18:19 Auswaschbar Status new => resolved
2008-07-11 18:19 Auswaschbar Resolution open => fixed
2008-07-11 18:19 Auswaschbar Assigned To => Auswaschbar
2008-07-11 18:19 Auswaschbar Note Added: 0002402