Changed the way some CMake functions are used to support older versions of CMake.

This commit is contained in:
Markus Makela
2014-10-07 14:09:22 +03:00
parent 57ad30f105
commit 3cd8e29c4c
4 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,2 @@
add_test(NAME ReadWriteSplitTest COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/rwsplit.sh testrwsplit.log ${TEST_HOST} ${TEST_PORT_RW} ${TEST_MASTER_ID} ${TEST_USER} ${TEST_PASSWORD} ${CMAKE_CURRENT_SOURCE_DIR})
set_tests_properties(ReadWriteSplitTest PROPERTIES DEPENDS RunExecutable)
add_subdirectory(test_hints)