2 Commits 1a7dc2463b ... 31643e3d74

Author SHA1 Message Date
  Patrick Jattke 31643e3d74 Merge branch 'master' of git.tk.informatik.tu-darmstadt.de:SPIN/ID2T-toolkit 7 years ago
  Patrick Jattke abbc9b65a8 Lowered requirement: cmake_minimum_required 7 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code_boost/src/CMakeLists.txt

+ 1 - 1
code_boost/src/CMakeLists.txt

@@ -4,7 +4,7 @@
 project(cpp-pcapreader)
 
 # Define CMake settings
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.2)
 
 IF(NOT CMAKE_BUILD_TYPE)
    SET(CMAKE_BUILD_TYPE "Release")