Skip to content

Commit e8c9c87

Browse files
committed
Small fix to the install script where the wrong Readme file was picked up.
1 parent 99c498b commit e8c9c87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,8 @@ endif()
406406

407407
# Install examples and README files
408408
install(
409-
FILES README-Release.txt
410-
DESTINATION ${CMAKE_INSTALL_PREFIX}
411-
RENAME README.txt)
409+
FILES README.md
410+
DESTINATION ${CMAKE_INSTALL_PREFIX})
412411
install(FILES License DESTINATION ${CMAKE_INSTALL_PREFIX})
413412
install(
414413
DIRECTORY tests/examples/

0 commit comments

Comments
 (0)