Misc: remove unintended change

This commit is contained in:
Aokromes
2016-05-25 04:56:51 +02:00
parent 460a660d4f
commit 3d3ad1c3fd

View File

@@ -8,6 +8,10 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
if (NOT MYSQL_FOUND)
message(SEND_ERROR "MySQL wasn't found on your system but it's required to build the servers!")
endif()
if( USE_COREPCH )
include_directories(${CMAKE_CURRENT_BINARY_DIR})
endif()