diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 319752482..0de87bc7d 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -244,9 +244,6 @@ endif() # All libs will be stored here, including libtsfile, compress-encoding lib. set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) -# TsFile code will be stored here. -set(PROJECT_SRC_DIR ${PROJECT_SOURCE_DIR}/src) - # All include files will be installed here. # Use global var so that tests may also use this set(LIBRARY_INCLUDE_DIR ${PROJECT_BINARY_DIR}/include CACHE STRING "TsFile includes")