aboutsummaryrefslogtreecommitdiff
path: root/biology/sra-tools/files/patch-CMakeLists.txt
blob: 7c864a522b8518f6ec001d185821af4cf5859580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.orig	2023-02-01 20:26:19 UTC
+++ CMakeLists.txt
@@ -54,8 +54,8 @@ set(CMAKE_MODULE_PATH
     "${CMAKE_CURRENT_SOURCE_DIR}/build"
 )
 
-set( VDB_BINDIR "${CMAKE_BINARY_DIR}/../ncbi-vdb" CACHE PATH "Location of NCBI VDB build directory" )
-set( VDB_INCDIR "${CMAKE_SOURCE_DIR}/../ncbi-vdb/interfaces" CACHE PATH "Location of NCBI VDB include directory" )
+set( VDB_BINDIR "${CMAKE_BINARY_DIR}/ncbi-vdb" CACHE PATH "Location of NCBI VDB build directory" )
+set( VDB_INCDIR "${CMAKE_SOURCE_DIR}/ncbi-vdb/interfaces" CACHE PATH "Location of NCBI VDB include directory" )
 
 include(CTest)
 enable_testing()