mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Removed computer specific line in CMakeLists.txt
This commit is contained in:
parent
efe48ccca6
commit
c5d44eab37
|
@ -20,7 +20,7 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED 17)
|
||||
|
||||
# Build SAPI library
|
||||
set(SAPI_ROOT "/usr/local/google/home/amedar/internship/sandboxed-api" CACHE PATH "Path to the Sandboxed API source tree")
|
||||
set(SAPI_ROOT "" CACHE PATH "Path to the Sandboxed API source tree")
|
||||
|
||||
add_subdirectory(libarchive)
|
||||
|
||||
|
@ -50,4 +50,4 @@ target_include_directories(libarchive_sapi INTERFACE
|
|||
)
|
||||
|
||||
add_subdirectory(examples)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(test)
|
||||
|
|
Loading…
Reference in New Issue
Block a user