Skip to content

Commit

Permalink
clean CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla authored Feb 27, 2024
1 parent 8bb8955 commit 23ca462
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ pkg_search_module(LIBRARY_NAME REQUIRED SPERR)
include_directories(${LIBRARY_NAME_INCLUDE_DIRS})
link_directories(${LIBRARY_NAME_LIBRARY_DIRS})

# External dependencies (provide default values, users can override)
#set(EXTERN_INCLUDE_DIR /path/to/lossy_compression/include CACHE PATH "Path to lossy_compression include directory")
#set(EXTERN_LIB_DIR /path/to/lossy_compression/lib CACHE PATH "Path to lossy_compression lib directory")

#include_directories(${EXTERN_INCLUDE_DIR})
#link_directories(${EXTERN_LIB_DIR})

# List of source files
set(SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
set(TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR}/test)
Expand Down

0 comments on commit 23ca462

Please sign in to comment.