Skip to content

Commit

Permalink
Drop 'FTorch REQUIRED' for unit test for now (see #133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 15, 2024
1 parent 65deeb0 commit 5863cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_policy (SET CMP0076 NEW)

project("FTorch unit tests" VERSION 1.0.0 LANGUAGES Fortran)

find_package(FTorch REQUIRED)
find_package(FTorch)
message(STATUS "Building with Fortran PyTorch coupling")

find_package(PFUNIT REQUIRED)
Expand Down

0 comments on commit 5863cba

Please sign in to comment.