Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
9565451c
Commit
9565451c
authored
Jan 22, 2018
by
Emmanuel Promayon
Browse files
FIXED CamiTK parse macro was replaced by cmake's default
parent
440de4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
sdk/cmake/modules/macros/camitk/test/CamiTKAddTestActionStateMachine.cmake
View file @
9565451c
...
@@ -33,11 +33,10 @@
...
@@ -33,11 +33,10 @@
# If the directory is detected in the source directory, then the test should be added automatically
# If the directory is detected in the source directory, then the test should be added automatically
macro
(
camitk_add_test_actionstatemachine
)
macro
(
camitk_add_test_actionstatemachine
)
parse_arguments
(
CAMITK_ADD_TEST_ASM
set
(
options
""
)
"NAME;CAMITK_SCXML;EXPECTED_OUTPUT_FILES;"
set
(
oneValueArgs NAME CAMITK_SCXML EXPECTED_OUTPUT_FILES
)
""
# possible options
set
(
multiValueArgs
""
)
${
ARGN
}
cmake_parse_arguments
(
CAMITK_ADD_TEST_ASM
"
${
options
}
"
"
${
oneValueArgs
}
"
"
${
multiValueArgs
}
"
${
ARGN
}
)
)
# determine cmake macro path
# determine cmake macro path
if
(
NOT EXISTS SDK_TOP_LEVEL_SOURCE_DIR
)
if
(
NOT EXISTS SDK_TOP_LEVEL_SOURCE_DIR
)
...
...
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