File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Run check-license
5656 run : |
57- bash ${PMEMSTREAM_ROOT_DIR }/check_license/check-headers.sh ${PMEMSTREAM_ROOT_DIR } Apache-2.0 WITH LLVM-exception -v
57+ bash ${UMF_CMAKE_SOURCE_DIR }/check_license/check-headers.sh ${UMF_CMAKE_SOURCE_DIR } Apache-2.0 WITH LLVM-exception -v
5858
5959 - name : Run a spell check
6060 uses : crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ else()
174174
175175 add_custom_target (
176176 check-license
177- COMMAND ${PMEMSTREAM_ROOT_DIR } /check_license/check-headers.sh
178- ${PMEMSTREAM_ROOT_DIR } Apache-2.0 WITH LLVM-exception -v)
177+ COMMAND ${UMF_CMAKE_SOURCE_DIR } /check_license/check-headers.sh
178+ ${UMF_CMAKE_SOURCE_DIR } Apache-2.0 WITH LLVM-exception -v)
179179 add_custom_target (
180180 copyright-format
181- COMMAND ${PMEMSTREAM_ROOT_DIR } /check_license/check-headers.sh
182- ${PMEMSTREAM_ROOT_DIR } Apache-2.0 WITH LLVM-exception -d)
181+ COMMAND ${UMF_CMAKE_SOURCE_DIR } /check_license/check-headers.sh
182+ ${UMF_CMAKE_SOURCE_DIR } Apache-2.0 WITH LLVM-exception -d)
183183
184184 add_library (jemalloc INTERFACE )
185185 target_link_libraries (
You can’t perform that action at this time.
0 commit comments