Skip to content

Commit

Permalink
[build] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Jul 10, 2024
1 parent 61fa875 commit e121ba6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e121ba6

Please sign in to comment.