Browse Source

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

Steve Thielemann 3 years ago
parent
commit
ab89bddab1
1 changed files with 2 additions and 0 deletions
  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
 ###########