Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Nov 15, 2024
1 parent 7474b89 commit 50bc803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,538 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(CMAKE_INSTALL_RPATH $ORIGIN/${relDir})
find_package(Torch REQUIRED)

# Library with C and Fortran bindings
add_library(${LIB_NAME} SHARED ctorch.cpp ftorch.f90)
add_library(${LIB_NAME} SHARED ctorch.cpp ftorch.F90)

if(UNIX)
target_compile_definitions(${LIB_NAME} PRIVATE UNIX)
Expand Down
Loading

0 comments on commit 50bc803

Please sign in to comment.