mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 06:48:39 -04:00
Remove unused variable from CMakeLists.txt
This commit is contained in:
parent
77f390694f
commit
634539b7c1
@ -50,11 +50,9 @@ endif()
|
||||
if(DEFINED ENV{DWARFS_LOCAL_REPO_PATH})
|
||||
set(LIBFMT_GIT_REPO $ENV{DWARFS_LOCAL_REPO_PATH}/fmt)
|
||||
set(GOOGLETEST_GIT_REPO $ENV{DWARFS_LOCAL_REPO_PATH}/googletest)
|
||||
set(LIBARCHIVE_GIT_REPO $ENV{DWARFS_LOCAL_REPO_PATH}/libarchive)
|
||||
else()
|
||||
set(LIBFMT_GIT_REPO https://github.com/fmtlib/fmt.git)
|
||||
set(GOOGLETEST_GIT_REPO https://github.com/google/googletest.git)
|
||||
set(LIBARCHIVE_GIT_REPO https://github.com/libarchive/libarchive.git)
|
||||
endif()
|
||||
|
||||
if(NOT DISABLE_CCACHE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user