Fix maxrows CMakeLists.txt

There was an add_subdirectory call to a nonexistent `test` directory.
This commit is contained in:
Markus Makela
2016-11-08 09:12:47 +02:00
parent eaef39c008
commit 7358d932e6

View File

@ -3,7 +3,3 @@ target_link_libraries(maxrows maxscale-common)
set_target_properties(maxrows PROPERTIES VERSION "1.0.0")
set_target_properties(maxrows PROPERTIES LINK_FLAGS -Wl,-z,defs)
install_module(maxrows experimental)
if(BUILD_TESTS)
add_subdirectory(test)
endif()