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
Guilhem Saurel
pinocchio
Commits
75001918
Commit
75001918
authored
Oct 19, 2015
by
Antonio El Khoury
Browse files
[CMake][Bug] Fix use of lua sources cmake variable.
parent
9c9b6273
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
75001918
...
...
@@ -56,7 +56,7 @@ IF(LUA5_1_FOUND)
multibody/parser/lua/lua_tables.cpp
multibody/parser/lua.cpp
)
LIST
(
APPEND
${
PROJECT_NAME
}
_SOURCES
${
PROJECT_NAME
}
_MULTIBODY_PARSER_LUA_SOURCES
)
LIST
(
APPEND
${
PROJECT_NAME
}
_SOURCES
${
${
PROJECT_NAME
}
_MULTIBODY_PARSER_LUA_SOURCES
}
)
ENDIF
(
LUA5_1_FOUND
)
...
...
Write
Preview
Markdown
is supported
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