diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e20a17..6ea0b85 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,15 +12,14 @@ cmake_minimum_required(VERSION 3.14..3.18) # # cpack # sudo dpkg -i kphp-timelib_*.deb - -# Included for CMAKE_INSTALL_PREFIX and other variables. -include(GNUInstallDirs) - project(kphp-timelib VERSION 1.0.0 DESCRIPTION "timelib 2020.02 library fork for KPHP" HOMEPAGE_URL "https://github.com/derickr/timelib") +# Included for CMAKE_INSTALL_PREFIX and other variables. +include(GNUInstallDirs) + set(BASE_DIR "${CMAKE_CURRENT_SOURCE_DIR}") set(OBJS_DIR "${BASE_DIR}/objs")