Skip to content

Commit 309e1a3

Browse files
Carsten Griwodzfabiencastan
andauthored
[testing] remove too long path prefix
Co-authored-by: Fabien Castan <[email protected]>
1 parent f04e17a commit 309e1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ endif()
200200

201201
add_subdirectory(src)
202202

203-
set(PopSift_TESTFILE_PATH "../../GIT/popsift-samples/datasets/sample/big_set/" CACHE STRING "Base directory where your test files are stored")
203+
set(PopSift_TESTFILE_PATH "popsift-samples/datasets/sample/big_set/" CACHE STRING "Base directory where your test files are stored")
204204
if(PopSift_USE_TEST_CMD)
205205
if(NOT IS_ABSOLUTE("${PopSift_TESTFILE_PATH}"))
206206
get_filename_component(PopSift_TESTFILES "${PopSift_TESTFILE_PATH}" ABSOLUTE)

0 commit comments

Comments
 (0)