From a6c088fee41437fc71c9a24dea4aeb5e9a0470f4 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Mon, 6 Jan 2025 12:29:39 -0500 Subject: [PATCH] Update comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()