diff options
author | John Wiegley <johnw@newartisans.com> | 2019-01-25 15:47:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-25 15:47:43 -0800 |
commit | b21ce8f174b9e0c65339bc5042c80f435fe01dc7 (patch) | |
tree | 81c82e3aa1dfe718fa7ae9b742364d31cdd97a83 /test/unit | |
parent | 4b7100a2caa5f9837d051d6ab385d5d521916735 (diff) | |
parent | 52439c2d762f34f4823f0c1178131dc8ad8b03c4 (diff) | |
download | fork-ledger-b21ce8f174b9e0c65339bc5042c80f435fe01dc7.tar.gz fork-ledger-b21ce8f174b9e0c65339bc5042c80f435fe01dc7.tar.bz2 fork-ledger-b21ce8f174b9e0c65339bc5042c80f435fe01dc7.zip |
Merge pull request #1744 from scfc/do-not-set-dependencies-for-target-check
Do not set dependencies for target check
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 9cacb4e7..3611b00a 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -20,7 +20,4 @@ if (BUILD_LIBRARY) target_link_libraries(MathTests ${PYTHON_LIBRARIES}) endif() add_ledger_test(MathTests) - - set_target_properties(check PROPERTIES DEPENDS LedgerUtilTests) - set_target_properties(check PROPERTIES DEPENDS LedgerMathTests) endif() |