From 3c6358b97adcacbdb3a915351f19f2bdf726fe8f Mon Sep 17 00:00:00 2001 From: Chikashi Miyama Date: Mon, 15 Jul 2019 21:00:47 +0200 Subject: [PATCH] remove tinyshmem --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e91cf3a..1604426 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,5 +9,4 @@ set_pd_external_path(${CMAKE_SOURCE_DIR}/bin/) add_pd_external(shmem shmem ${CMAKE_SOURCE_DIR}/src/shmem.c) -add_subdirectory(tinyshmem)