Commit df9bcd5f authored by beder's avatar beder
Browse files

Fixed typo in computing private headers (no effect on the build, just for the project files)

parent a6961e8d
...@@ -80,7 +80,7 @@ file(GLOB new_api_public_headers ...@@ -80,7 +80,7 @@ file(GLOB new_api_public_headers
) )
file(GLOB old_api_public_headers "include/yaml-cpp/old-api/[a-zA-Z]*.h") file(GLOB old_api_public_headers "include/yaml-cpp/old-api/[a-zA-Z]*.h")
file(GLOB common_private_headers "include/yaml-cpp/[a-zA-Z]*.h") file(GLOB common_private_headers "src/[a-zA-Z]*.h")
file(GLOB new_api_private_headers "src/node/[a-zA-Z]*.h") file(GLOB new_api_private_headers "src/node/[a-zA-Z]*.h")
file(GLOB old_api_private_headers "src/old-api/[a-zA-Z]*.h") file(GLOB old_api_private_headers "src/old-api/[a-zA-Z]*.h")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment