Core/Cmake: removed an unneeded include since bzlib is always included by now

This commit is contained in:
Ovahlord
2018-06-05 14:53:09 +02:00
parent 2cdb3a60ec
commit ad3dff69c1

View File

@@ -35,6 +35,5 @@ if(SERVERS)
endif()
if(TOOLS)
add_subdirectory(bzip2)
add_subdirectory(StormLib)
endif()