diff --git a/CMakeLists.txt b/CMakeLists.txt index defc55ff..e03181b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,7 @@ -# TODO: check what should be changed in the file after migration from cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.5) project(NGS) -# TOOD: check how not to use hard coded include and lib directories. -# Do something like pkg_check_modules(LIBFFI libffi REQUIRED) but for all libraries? - include(CheckFunctionExists) include(CheckIncludeFile) include(FindPkgConfig) @@ -82,7 +78,6 @@ ENDIF() find_program(SED NAMES gsed sed) # gsed - MacOS and FreeBSD, sed - all the rest -#find_file(PCRE_H pcre.h) add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/syntax.include