From 14a46f792c0b2189a2b4d01fea27e4a179f79e11 Mon Sep 17 00:00:00 2001 From: Andrei Medar Date: Fri, 11 Sep 2020 15:11:00 +0000 Subject: [PATCH] small fix --- oss-internship-2020/sapi_lodepng/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oss-internship-2020/sapi_lodepng/CMakeLists.txt b/oss-internship-2020/sapi_lodepng/CMakeLists.txt index c1765be..d90cf3c 100644 --- a/oss-internship-2020/sapi_lodepng/CMakeLists.txt +++ b/oss-internship-2020/sapi_lodepng/CMakeLists.txt @@ -34,8 +34,7 @@ add_library(lodepng STATIC ) # Build SAPI library -#set(SAPI_ROOT "" CACHE PATH "Path to the Sandboxed API source tree") -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("${SAPI_ROOT}" "${CMAKE_BINARY_DIR}/sandboxed-api-build"