Jelajahi Sumber

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

Steve Thielemann 3 tahun lalu
induk
melakukan
ab89bddab1
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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
 ###########