Skip to content

Commit e751888

Browse files
committed
[cmake] also take DEAL_II_DIR from env as find hint
1 parent d160c44 commit e751888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
22
add_subdirectory(pybind11)
33

44
FIND_PACKAGE(deal.II 9.2 HINTS ${deal.II_DIR} ${DEAL_II_DIR} CONFIG REQUIRED)
5+
INCLUDE(dealii_macro)
56
DEAL_II_INITIALIZE_CACHED_VARIABLES()
67

78
# Create the binding library

0 commit comments

Comments
 (0)