Skip to content

Commit de72bfd

Browse files
committed
fix RPATH
1 parent f2de738 commit de72bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(${PY_NAME}_PYTHON mim_solvers/__init__.py)
2929
SET(PYLIB_INSTALL_DIR ${PYTHON_SITELIB}/mim_solvers)
3030
IF(UNIX)
3131
GET_RELATIVE_RPATH(${PYLIB_INSTALL_DIR} PYLIB_RPATH)
32-
SET_TARGET_PROPERTIES(${${PY_NAME}_pywrap} PROPERTIES INSTALL_RPATH ${PYLIB_RPATH})
32+
SET_TARGET_PROPERTIES(${PY_NAME}_pywrap PROPERTIES INSTALL_RPATH ${PYLIB_RPATH})
3333
ENDIF()
3434

3535
install(TARGETS ${PY_NAME}_pywrap LIBRARY DESTINATION ${PYLIB_INSTALL_DIR})

0 commit comments

Comments
 (0)