From 1f04fb71734754da15d43aa0a33745743e77b48b Mon Sep 17 00:00:00 2001 From: Peizhao Ou Date: Thu, 5 Jul 2018 11:04:02 -0700 Subject: [PATCH] Changes libcds library path --- test/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 604bd03..cfe1c54 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,12 +4,12 @@ set(CMAKE_CONFIGURATION_TYPES "Release" CACHE INTERNAL "Build configs") include_directories( /scratch/googletest/googletest/include - /scratch/benchmarks/libcds/test/include - /scratch/benchmarks/libcds + /scratch/benchmarks/libcds/orig-libcds/test/include + /scratch/benchmarks/libcds/orig-libcds ) link_directories( - /scratch/benchmarks/libcds/build/bin + /scratch/benchmarks/libcds/orig-libcds/build/bin /scratch/googletest/googletest ) -- 2.34.1