Skip to content

Commit

Permalink
examples/step-1: undo accidental changes to CMakeLists.txt
Browse files Browse the repository at this point in the history
This partially reverts a82dd4c

In reference to dealii#14971
  • Loading branch information
tamiko committed Apr 13, 2023
1 parent 24c2881 commit 775b27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/step-1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(TARGET_SRC
# Usually, you will not need to modify anything beyond this point...

cmake_minimum_required(VERSION 3.13.4)
project(${TARGET})

find_package(deal.II 9.5.0
HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
Expand All @@ -35,5 +34,6 @@ if(NOT ${deal.II_FOUND})
)
endif()

add_executable(${TARGET} ${TARGET_SRC})
target_link_libraries(${TARGET} dealii::dealii)
deal_ii_initialize_cached_variables()
project(${TARGET})
deal_ii_invoke_autopilot()

0 comments on commit 775b27d

Please sign in to comment.