From 27f9493ba451c7a05be708c02665da89e8f6607b Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Thu, 21 Aug 2025 14:12:36 +0200 Subject: [PATCH] . --- CMakeLists.txt | 6 +----- seqan-std | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) create mode 120000 seqan-std diff --git a/CMakeLists.txt b/CMakeLists.txt index f51bd7d..1dedc01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,11 +11,7 @@ project (SEQAN_STD ) get_filename_component (SEQAN_STD_DIR_NAME "${CMAKE_CURRENT_SOURCE_DIR}" NAME) -if (NOT SEQAN_STD_DIR_NAME STREQUAL "seqan-std") - message (FATAL_ERROR "The directory name must be 'seqan-std'.") -endif () - -file (REAL_PATH "${CMAKE_CURRENT_SOURCE_DIR}/.." SEQAN_STD_INCLUDE_DIR) +file (REAL_PATH "${CMAKE_CURRENT_SOURCE_DIR}" SEQAN_STD_INCLUDE_DIR) add_library (seqan-std INTERFACE) target_sources (seqan-std INTERFACE diff --git a/seqan-std b/seqan-std new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/seqan-std @@ -0,0 +1 @@ +. \ No newline at end of file