We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91672a1 commit 7465b19Copy full SHA for 7465b19
.github/workflows/build_linux.yml
@@ -51,7 +51,7 @@ jobs:
51
project(HeaderCheck C)
52
53
set(PROJECTM_INCLUDE_DIR "${{ github.workspace }}/install/include")
54
- file(GLOB PUBLIC_HEADERS "\${PROJECTM_INCLUDE_DIR}/*.h")
+ file(GLOB_RECURSE PUBLIC_HEADERS "\${PROJECTM_INCLUDE_DIR}/*.h")
55
56
foreach(header IN LISTS PUBLIC_HEADERS)
57
get_filename_component(header_file "\${header}" NAME)
0 commit comments