Skip to content

Commit 30ca9d6

Browse files
committed
fix: cleanup
1 parent 028d14c commit 30ca9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(aws-lambda-runtime
55
LANGUAGES CXX)
66

77
option(ENABLE_LTO "Enables link-time optimization, requires compiler support." OFF)
8-
option(ENABLE_TESTS "Enables building integration tests, requires AWS C++ SDK." OFF)
8+
option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)
99
option(ENABLE_SANITIZERS "Enables ASan and UBSan." OFF)
1010

1111
add_library(${PROJECT_NAME}

0 commit comments

Comments
 (0)