X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=0e6632711eaa3de6001e399b4c86a1e060d26bd0;hp=255d5fd8c441664774e3584915816abfb8b7bec8;hb=294db46231ea91d70fff258b884fb9c5d8c806bf;hpb=925b072e5c7bc38949995902cf7af6e4644c2c55 diff --git a/CMakeLists.txt b/CMakeLists.txt index 255d5fd8..0e663271 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ PROJECT(Quassel) +CMAKE_MINIMUM_REQUIRED(VERSION 2.4.2) + # Select if Quassel should be built in client, server or monolithic mode SET(BUILD "mono" CACHE STRING "Defines which Quassel parts are to be built. Can contain 'server', 'client' and/or 'monolithic' (which is the default).") SET(BUILD_SERVER )