diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b46a52..153fe8b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ set(vcflib_SOURCE contrib/c-progress-bar/progress.c ) -if (tabixpp_LOCAL) # add the tabixpp source file and use a no-op target +if (tabixpp_LOCAL) # add the tabixpp source file list(APPEND vcflib_SOURCE ${tabixpp_SOURCE}) endif()