Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
897137ae
Commit
897137ae
authored
Jun 04, 2008
by
Berk Geveci
Browse files
COMP: Fix to get it working with CMake 2.6
parent
3cec971a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
897137ae
PROJECT
(
Xdmf
)
IF
(
COMMAND CMAKE_POLICY
)
CMAKE_POLICY
(
SET CMP0003 NEW
)
ENDIF
(
COMMAND CMAKE_POLICY
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_ANSI_CFLAGS
}
${
CMAKE_C_FLAGS
}
"
)
...
...
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