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
12ecab18
Commit
12ecab18
authored
Jul 18, 2016
by
jcarpent
Browse files
[CMake] Handle options for OS X systems
parent
1d49f787
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
12ecab18
...
...
@@ -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