Fixed CMake builds overwriting MaxScale.cnf when installing after tests were built.

This commit is contained in:
Markus Makela
2014-10-14 19:15:59 +03:00
parent 80e4d733bd
commit 56b82acb1b
3 changed files with 1 additions and 6 deletions

View File

@ -1,3 +0,0 @@
if(BUILD_TESTS)
install(FILES MaxScale_test.cnf DESTINATION etc RENAME MaxScale.cnf)
endif()