mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-19 13:20:03 +02:00
CMAKE_INSTALL_PREFIX not needed to specify destination folder and removed
This commit is contained in:
parent
fdce2f69b9
commit
2e4a491d7a
@ -52,8 +52,8 @@ configure_file(examples/play.py ${CMAKE_BINARY_DIR}/play.py)
|
|||||||
if(AARE_INSTALL_PYTHONEXT)
|
if(AARE_INSTALL_PYTHONEXT)
|
||||||
install(TARGETS _aare
|
install(TARGETS _aare
|
||||||
EXPORT "${TARGETS_EXPORT_NAME}"
|
EXPORT "${TARGETS_EXPORT_NAME}"
|
||||||
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/aare
|
LIBRARY DESTINATION aare
|
||||||
)
|
)
|
||||||
|
|
||||||
install(FILES ${PYTHON_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/aare)
|
install(FILES ${PYTHON_FILES} DESTINATION aare)
|
||||||
endif()
|
endif()
|
Loading…
x
Reference in New Issue
Block a user