Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee authored Nov 14, 2024
1 parent 375ebb7 commit cef1a4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ foreach ( TEST ${TESTS} )
${TARGET_NAME}
PRIVATE ${CMAKE_SOURCE_DIR}/src
)
if ( T8CODE_FOUND )
target_include_directories( ${TARGET_NAME} PRIVATE ${T8CODE_ROOT}/include/t8_fortran_interface/ )
endif()

# enable warnings
target_compile_options( ${TARGET_NAME} PRIVATE -Wall -Wextra -Werror )
Expand Down

0 comments on commit cef1a4d

Please sign in to comment.