mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix path for installation of RelaxNG files
This commit is contained in:
parent
37179d2138
commit
5d954a3c26
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ set_target_properties(${program} PROPERTIES
|
|||
#===============================================================================
|
||||
|
||||
install(TARGETS ${program} RUNTIME DESTINATION bin)
|
||||
install(DIRECTORY relaxng DESTINATION share)
|
||||
install(DIRECTORY src/relaxng DESTINATION share/openmc)
|
||||
install(FILES man/man1/openmc.1 DESTINATION share/man/man1)
|
||||
install(FILES LICENSE DESTINATION "share/doc/${program}/copyright")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue