File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1-
21message (STATUS "objectsFile ${objectsFile} " )
32message (STATUS "pkgConfigFileFinal ${pkgConfigFileFinal} " )
43message (STATUS "pkgConfigFileUnlinished ${pkgConfigFileUnlinished} " )
You can’t perform that action at this time.
0 commit comments