Explorar o código

This fixes the weird old cmake, and allows it to build.

Steve Thielemann %!s(int64=4) %!d(string=hai) anos
pai
achega
ab89bddab1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -3,6 +3,8 @@ project(ircdoor
   VERSION 0.1
   LANGUAGES CXX C)
 
+cmake_policy(SET CMP0057 NEW)
+
 ###########
 # Debug or Release
 ###########