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
Stack Of Tasks
sot-dynamic-pinocchio
Commits
0923c717
Commit
0923c717
authored
Dec 11, 2011
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Dec 11, 2011
Browse files
Fix dummy test.
parent
d6e64129
Changes
1
Hide whitespace changes
Inline
Side-by-side
unitTesting/CMakeLists.txt
View file @
0923c717
...
...
@@ -69,8 +69,9 @@ FOREACH(test ${tests})
${
samplemodelpath
}
sample.wrl
${
samplespec
}
${
sampleljr
}
)
IF
(
UNIX
)
SET
(
EXTRA_LD_LIBRARY_PATH $ENV{LD_LIBRARY_PATH}
)
SET_PROPERTY
(
TEST
${
test
}
PROPERTY
ENVIRONMENT
"LD_LIBRARY_PATH=
${
CMAKE_INSTALL_PREFIX
}
/lib:
${
CMAKE_BINARY_DIR
}
/src:
${
BOOST_ROOT
}
/lib"
)
ENVIRONMENT
"LD_LIBRARY_PATH=
${
CMAKE_INSTALL_PREFIX
}
/lib:
${
CMAKE_BINARY_DIR
}
/src:
${
BOOST_ROOT
}
/lib
:
${
EXTRA_LD_LIBRARY_PATH
}
"
)
ENDIF
(
UNIX
)
ENDFOREACH
(
test
)
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