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
cefdc783
Commit
cefdc783
authored
Aug 30, 2016
by
Rashad Kanavath
Browse files
COMP: remove debug message() calls
parent
40f2e8cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/i18n_qt4.cmake
View file @
cefdc783
...
...
@@ -15,7 +15,7 @@ endmacro()
# Func
function
(
add_to_qt4_i18n_files RESULT
)
foreach
(
F
${
ARGN
}
)
message
(
"
${
F
}
"
)
#
message( "${F}" )
get_filename_component
(
ABS_FILE
${
F
}
ABSOLUTE
)
...
...
@@ -54,11 +54,11 @@ macro( add_to_qt4_i18n_headers INCLUDE_DIR )
endforeach
()
message
(
"HEADERS=
${
HEADERS
}
"
)
#
message( "HEADERS=${HEADERS}" )
foreach
(
F
${
HEADERS
}
)
message
(
"F=
${
F
}
"
)
#
message( "F=${F}" )
set
(
ABS_FILE
"
${
ABS_INCLUDE_DIR
}
/
${
F
}
"
)
...
...
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