diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bb2bcb..58d4d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -271,4 +271,4 @@ set_target_properties( ) install(TARGETS ${F2PY_MODULE_NAME} DESTINATION .) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/interpolate.py DESTINATION .) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/interpolate.py DESTINATION libneo) diff --git a/python/libneo/interpolate.py b/python/libneo/interpolate.py deleted file mode 120000 index 966d6b8..0000000 --- a/python/libneo/interpolate.py +++ /dev/null @@ -1 +0,0 @@ -../../build/interpolate.py \ No newline at end of file