Install config file at correct position
This commit is contained in:
parent
cef016ad0b
commit
9428a6cced
1 changed files with 1 additions and 1 deletions
|
@ -107,5 +107,5 @@ INSTALL(TARGETS
|
|||
LIBRARY DESTINATION ${PYTHON_SITE_PACKAGES}/cosmotool
|
||||
)
|
||||
|
||||
INSTALL(DIRECTORY cosmotool DESTINATION ${PYTHON_SITE_PACKAGES}
|
||||
INSTALL(DIRECTORY cosmotool ${CMAKE_CURRENT_BINARY_DIR}/cosmotool DESTINATION ${PYTHON_SITE_PACKAGES}
|
||||
FILES_MATCHING PATTERN "*.py")
|
||||
|
|
Loading…
Reference in a new issue