diff --git a/CMakeLists.txt b/CMakeLists.txt
index 004ed484b9bcfd00fe05e784f4fe70d40b28530e..381c8120470f9f4facc3bfea0ff82f440fc4611f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,4 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Headers)
 enable_testing()
 # add_subdirectory(googletest)
 add_subdirectory(Sources)
-add_subdirectory(Postprocessing)
-# add_subdirectory(unitest)
-# add_subdirectory(bin)
\ No newline at end of file
+# add_subdirectory(Postprocessing)
\ No newline at end of file
diff --git a/Postprocessing/CMakeLists.txt b/Postprocessing/CMakeLists.txt
index bccf85a05f60236874d581f8a15e4e1c666daf4b..84be1c433bfbc68f1956b89809a8faaa681e2425 100644
--- a/Postprocessing/CMakeLists.txt
+++ b/Postprocessing/CMakeLists.txt
@@ -8,6 +8,5 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Header)
 
 enable_testing()
-add_subdirectory(googletest)
 add_subdirectory(Sources)
 add_subdirectory(Test)
\ No newline at end of file