Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
0e02a0ef
Commit
0e02a0ef
authored
Nov 12, 2009
by
cornimueller
Browse files
[FIX
#175
] Fixed dependency of cxxtest
parent
14bff506
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/CMakeModules/FindCxxTest.cmake
tools/CMakeModules/FindCxxTest.cmake
+1
-1
No files found.
tools/CMakeModules/FindCxxTest.cmake
View file @
0e02a0ef
...
...
@@ -98,7 +98,7 @@ macro( CXXTEST_ADD_TEST _cxxtest_testname _cxxtest_outfname _cxxtest_testsuite )
add_custom_command
(
OUTPUT
${
_cxxtest_real_outfname
}
DEPENDS
${
ARGN
}
DEPENDS
${
_cxxtest_testsuite
}
${
ARGN
}
COMMAND
${
_cxxtest_executable
}
--error-printer -o
${
_cxxtest_real_outfname
}
${
_cxxtest_testsuite
}
)
...
...
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