From a0cf043c3edd335ee9f909761c9748d9d966266d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 20 Mar 2012 17:42:20 +0100 Subject: [PATCH] keep cmake informed that this example was removed --- buildtools/Cmake/MakeExe.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/buildtools/Cmake/MakeExe.cmake b/buildtools/Cmake/MakeExe.cmake index 5ad1fddeb0..b0e6752deb 100644 --- a/buildtools/Cmake/MakeExe.cmake +++ b/buildtools/Cmake/MakeExe.cmake @@ -55,7 +55,6 @@ add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/masterslave) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/trace) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/icomms) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/chord) -add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/parallel_contexts) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/token_ring) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/pmm) -- 2.20.1