Skip to content

Commit

Permalink
Merge branch 'main' into dokken/remove-vertex-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells authored Sep 17, 2024
2 parents a44b2b1 + 8de75ef commit 9f1b9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ file(SHA1 ${PROJECT_SOURCE_DIR}/../ffcx/codegeneration/ufcx.h UFCX_HASH)
message("Test hash: ${UFCX_HASH}")

add_library(${PROJECT_NAME} INTERFACE)
target_compile_features(${PROJECT_NAME} INTERFACE c_std_17)
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
target_include_directories(${PROJECT_NAME}
INTERFACE $<BUILD_INTERFACE:${${PROJECT_NAME}_SOURCE_DIR}/include>
Expand Down

0 comments on commit 9f1b9c9

Please sign in to comment.