From 8e6e39574a85fbae211c54618211857499dc8f77 Mon Sep 17 00:00:00 2001 From: heltai Date: Sun, 25 Aug 2013 14:23:33 +0000 Subject: [PATCH] Reverted local change to CMakeLists.txt instep-1 git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@30481 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-1/CMakeLists.txt b/deal.II/examples/step-1/CMakeLists.txt index 72d4c9aa0d..428fc65ec9 100644 --- a/deal.II/examples/step-1/CMakeLists.txt +++ b/deal.II/examples/step-1/CMakeLists.txt @@ -3,7 +3,7 @@ ## # Set the name of the project and target: -SET(TARGET "mytest") +SET(TARGET "step-1") # Declare all source files the target consists of: SET(TARGET_SRC -- 2.39.5