Skip to content

Commit 7e8a01e

Browse files
committed
build: correct typo in option description (NFC)
This simply fixes a typo in the description of the option.
1 parent ede125c commit 7e8a01e

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
@@ -21,7 +21,7 @@ else()
2121
endif()
2222
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
2323

24-
option(BUILD_SHARED_LIBS "Build shared libraryes by default" YES)
24+
option(BUILD_SHARED_LIBS "Build shared libraries by default" YES)
2525

2626
find_package(dispatch QUIET)
2727
find_package(Foundation QUIET)

0 commit comments

Comments
 (0)