diff --git a/CMakeLists.txt b/CMakeLists.txt index f14097a..60287a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ +project(librexy) +cmake_minimum_required(VERSION 3.0.2) include(GNUInstallDirs) -cmake_minimum_required(VERSION 3.0.2) -project(librexy) set(librexy_VERSION_MAJOR 0) set(librexy_VERSION_MINOR 1) set(librexy_VERSION_REVISION 0)