removed computer specific line in CMakeLists.txt
diff --git a/oss-internship-2020/lodepng/CMakeLists.txt b/oss-internship-2020/lodepng/CMakeLists.txt
index 2371039..7b9c0a0 100644
--- a/oss-internship-2020/lodepng/CMakeLists.txt
+++ b/oss-internship-2020/lodepng/CMakeLists.txt
@@ -37,8 +37,7 @@
 target_include_directories(lodepng PUBLIC "${PROJECT_BINARY_DIR}/lodepng")
 
 # Build SAPI library
-#set(SAPI_ROOT "${PROJECT_SOURCE_DIR}/../.." 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"