Browse Source

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

Steve Thielemann 3 năm trước cách đây
mục cha
commit
ab89bddab1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
 ###########