Skip to content

Commit

Permalink
${F2PY_INCLUDE_DIR}\fortranobject.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Jun 12, 2024
1 parent 876ec45 commit 991af4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyne/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if(BUILD_SPATIAL_SOLVER)
# Set up target
python_add_library( ${f2py_module_name} MODULE WITH_SOABI
"${f2py_module_c}" # Generated
"${F2PY_INCLUDE_DIR}//fortranobject.c" # From NumPy
"${F2PY_INCLUDE_DIR}\fortranobject.c" # From NumPy
"${fortran_src_file}" # Fortran source(s)
)

Expand Down

0 comments on commit 991af4c

Please sign in to comment.