Explorar el Código

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

Steve Thielemann hace 4 años
padre
commit
ab89bddab1
Se han modificado 1 ficheros con 2 adiciones y 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
 ###########