Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
collada-dom
Commits
c1c6180b
Commit
c1c6180b
authored
Aug 02, 2016
by
Joseph Mirabel
Committed by
GitHub
Aug 02, 2016
Browse files
Merge pull request #1 from jcarpent/master
[CMake] Handle options for OS X systems
parents
1d49f787
12ecab18
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c1c6180b
...
...
@@ -100,7 +100,7 @@ endif()
if
(
APPLE OR
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)
# apple doesn't have 64bit versions of file opening functions, so add them
add_definitions
(
"
-Dfopen64=fopen -Dfseeko64=fseeko -Dfseek64=fseek -Dftell64=ftell -Dftello64=ftello
"
)
add_definitions
(
-Dfopen64=fopen -Dfseeko64=fseeko -Dfseek64=fseek -Dftell64=ftell -Dftello64=ftello
)
endif
()
set
(
COLLADA_DOM_INCLUDE_INSTALL_DIR
"include/collada-dom"
)
...
...
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