Skip to content

Commit 003cb5a

Browse files
committed
update ci
1 parent 18edc85 commit 003cb5a

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
retention-days: 5
5353

5454
- name: Upload to code scanning
55-
uses: github/codeql-action/upload-sarif@8533807ff379ac610d2b2c389c47e7c629d31d13 # v4.36.3
55+
uses: github/codeql-action/upload-sarif@v4.36.3
5656
with:
5757
sarif_file: results.sarif

cmake/GenPkgConfig/GenPkgConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Functions
3838
INSTALL_LIB_DIR <path to something like CMAKE_INSTALL_LIBDIR>
3939
INSTALL_INCLUDE_DIR <path to something like CMAKE_INSTALL_INCLUDEDIR>
4040
REQUIRES ... <list of pkg-config packages this one depends on> ...
41-
REQUIRES ... <list of pkg-config packages this one conflicts with> ...
41+
CONFLICTS ... <list of pkg-config packages this one conflicts with> ...
4242
)
4343
4444
The arguments are optional and usually are not needed to be set if global (not component-specific) CPACK vars have been set before.

cmake/GenPkgConfig/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configure_pkg_config_file(<targetName>
2020
INSTALL_LIB_DIR <path to something like CMAKE_INSTALL_LIBDIR>
2121
INSTALL_INCLUDE_DIR <path to something like CMAKE_INSTALL_INCLUDEDIR>
2222
REQUIRES ... <list of pkg-config packages this one depends on> ...
23-
REQUIRES ... <list of pkg-config packages this one conflicts with> ...
23+
CONFLICTS ... <list of pkg-config packages this one conflicts with> ...
2424
)
2525
```
2626

cmake/GenPkgConfig/buildTimeScripts/getObjectFilesBaseNames.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
message(STATUS "objectsFile ${objectsFile}")
32
message(STATUS "pkgConfigFileFinal ${pkgConfigFileFinal}")
43
message(STATUS "pkgConfigFileUnlinished ${pkgConfigFileUnlinished}")

0 commit comments

Comments
 (0)