We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example snippet:
set(BUILD_SHARED_LIBS ON) FetchContent_Declare( aws-lambda-cpp GIT_REPOSITORY https://github.com/awslabs/aws-lambda-cpp.git GIT_TAG v0.2.10 GIT_SHALLOW TRUE OVERRIDE_FIND_PACKAGE TRUE ) unset(BUILD_SHARED_LIBS CACHE) find_package(aws-lambda-cpp) target_link_libraries(${PROJECT_NAME} PRIVATE aws-lambda-cpp::aws-lambda-runtime) aws_lambda_package_target(${PROJECT_NAME} NO_LIBC)
Currently fails with the following error:
CMake Error at CMakeLists.txt:48: Parse error. Expected a command name, got unquoted argument with text "aws-lambda-cpp::aws_lambda_package_target".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example snippet:
Currently fails with the following error:
The text was updated successfully, but these errors were encountered: