Skip to content

Commit

Permalink
[cmake] Use CPP2PY_PYTHON_EXECUTABLE in c++/nda/nda++.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Feb 27, 2024
1 parent b78d27a commit 9e86f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/nda/nda++.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!@PYTHON_EXECUTABLE@
#!@CPP2PY_PYTHON_EXECUTABLE@

cxxflags = "@CMAKE_CXXFLAGS@ @nda_c_CXXFLAGS@"
ldflags = "@nda_c_LDFLAGS@ -L@CMAKE_INSTALL_PREFIX@/lib -lnda_c -lh5_c -lcpp2py"
Expand Down

0 comments on commit 9e86f31

Please sign in to comment.