Skip to content

Commit

Permalink
FIX: Fix syntax in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Sep 16, 2024
1 parent 379691d commit b5fdd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ add_custom_command(
)

Python_add_library(${f2py_module_name} MODULE
"${CMAKE_CURRENT_BINARY_DIR}/${${f2py_module_c}"
"${CMAKE_CURRENT_BINARY_DIR}/${f2py_module_c}"
"${CMAKE_CURRENT_BINARY_DIR}/${f2py_module_name}-f2pywrappers.f"
"${CMAKE_CURRENT_BINARY_DIR}/${f2py_module_name}-f2pywrappers2.f90"
"${F2PY_INCLUDE_DIR}/fortranobject.c"
Expand Down

0 comments on commit b5fdd5f

Please sign in to comment.