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