Skip to content

Commit

Permalink
fix install @windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Sep 1, 2021
1 parent 2ac9a3c commit d8b9f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install(TARGETS mrc CONFIGURATIONS Release)

if(WIN32)
install(FILES mrc-config.cmake DESTINATION cmake)
install(FILES mrc-manual.pdf)
install(FILES mrc-manual.pdf DESTINATION doc)
else()
install(FILES mrc-config.cmake DESTINATION share/mrc/cmake)
install(FILES mrc-manual.pdf DESTINATION share/doc/mrc)
Expand Down

0 comments on commit d8b9f03

Please sign in to comment.