We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2de738 commit de72bfdCopy full SHA for de72bfd
python/CMakeLists.txt
@@ -29,7 +29,7 @@ set(${PY_NAME}_PYTHON mim_solvers/__init__.py)
29
SET(PYLIB_INSTALL_DIR ${PYTHON_SITELIB}/mim_solvers)
30
IF(UNIX)
31
GET_RELATIVE_RPATH(${PYLIB_INSTALL_DIR} PYLIB_RPATH)
32
- SET_TARGET_PROPERTIES(${${PY_NAME}_pywrap} PROPERTIES INSTALL_RPATH ${PYLIB_RPATH})
+ SET_TARGET_PROPERTIES(${PY_NAME}_pywrap PROPERTIES INSTALL_RPATH ${PYLIB_RPATH})
33
ENDIF()
34
35
install(TARGETS ${PY_NAME}_pywrap LIBRARY DESTINATION ${PYLIB_INSTALL_DIR})
0 commit comments