Skip to content

Commit 3ea6587

Browse files
committed
use correct cmake var for changelog location in packaging check
1 parent eafd698 commit 3ea6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function(check_commit_timestamp_not_after SOURCE_FILE DEST_FILE)
1818
endfunction()
1919

2020
check_commit_timestamp_not_after(LICENSE.md LICENSE.pdf)
21-
check_commit_timestamp_not_after(${CMAKE_PROJECT_DIR}/CHANGELOG.md README.pdf)
21+
check_commit_timestamp_not_after(${PROJECT_SOURCE_DIR}/CHANGELOG.md README.pdf)
2222
check_commit_timestamp_not_after(README.md.in README.pdf)
2323

2424
add_custom_target(generate-package-docs

0 commit comments

Comments
 (0)