Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
5fedea01
Commit
5fedea01
authored
Jan 07, 2013
by
Dorian Guillois
Browse files
Fix build script.
parent
2e6f3e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
perl/build/CMakeLists.txt
View file @
5fedea01
...
...
@@ -103,7 +103,7 @@ execute_process(COMMAND "${PERL_EXECUTABLE}" "-MExtUtils::Embed" "-e" "ccopts"
RESULT_VARIABLE PERL_CFLAGS_ERROR
OUTPUT_VARIABLE PERL_CFLAGS
)
if
(
NOT PERL_CFLAGS_ERROR
)
set
(
CMAKE_CXX_FLAGS
"
${
PERL_CFLAGS
}
"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
${
PERL_CFLAGS
}
"
)
endif
()
# Generate code to dynamically load modules.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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