diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 00:58:49 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 20:51:21 +0000 |
| commit | 1473ea1244ab31f308af523de7af43bd6357b221 (patch) | |
| tree | b0d2ea37d238789caf8ec3c4f47e6f23203ce954 /testfiles | |
| parent | cmake: do not build tests for default target (diff) | |
| download | inkscape-1473ea1244ab31f308af523de7af43bd6357b221.tar.gz inkscape-1473ea1244ab31f308af523de7af43bd6357b221.zip | |
cmake: fix targets to actually depend on inkscape-version.cpp
(targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
Diffstat (limited to 'testfiles')
| -rw-r--r-- | testfiles/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt index af200bea8..b1d68b1fb 100644 --- a/testfiles/CMakeLists.txt +++ b/testfiles/CMakeLists.txt @@ -24,6 +24,5 @@ foreach(source ${TEST_SOURCES}) add_executable(${source} src/${source}.cpp unittest.cpp doc-per-case-test.cpp) target_link_libraries(${source} ${TEST_LIBS}) add_test(NAME ${source} COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${source}) - add_dependencies(${source} inkscape_version) add_dependencies(check ${source}) endforeach()
\ No newline at end of file |
