Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
ad48a480
Commit
ad48a480
authored
Mar 06, 2013
by
Julien Malik
Browse files
COMP: remove ugly cmake message left in previous commit
parent
9dfe5e2f
Changes
1
Show whitespace changes
Inline
Side-by-side
CMake/i18n_qt4.cmake
View file @
ad48a480
...
@@ -10,7 +10,6 @@ macro( add_to_qt4_i18n_sources SOURCE_FILES )
...
@@ -10,7 +10,6 @@ macro( add_to_qt4_i18n_sources SOURCE_FILES )
foreach
(
SOURCE_FILE
${
ARGV
}
)
foreach
(
SOURCE_FILE
${
ARGV
}
)
get_filename_component
(
ABS_SOURCE_FILE
${
SOURCE_FILE
}
ABSOLUTE
)
get_filename_component
(
ABS_SOURCE_FILE
${
SOURCE_FILE
}
ABSOLUTE
)
message
(
"ABS_SOURCE_FILE
${
ABS_SOURCE_FILE
}
"
)
set
(
Monteverdi2_I18N_SOURCE_FILES
set
(
Monteverdi2_I18N_SOURCE_FILES
${
Monteverdi2_I18N_SOURCE_FILES
}
${
ABS_SOURCE_FILE
}
${
Monteverdi2_I18N_SOURCE_FILES
}
${
ABS_SOURCE_FILE
}
CACHE INTERNAL
""
FORCE
CACHE INTERNAL
""
FORCE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment