Skip to content

Commit 4206c85

Browse files
authored
Merge pull request #28 from markusReinert/patch-1
Correct a spelling mistake in CMakeLists.txt
2 parents 3b8bd01 + 759ce7c commit 4206c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ option( GSW_BUILD_SHARED_LIBS "Build shared library" OFF )
2020

2121
# Ensure at least one of GSW_BUILD_SHARED_LIBS and GSW_BUILD_STATIC_LIBS is set
2222
if( NOT ( GSW_BUILD_STATIC_LIBS OR GSW_BUILD_SHARED_LIBS ) )
23-
message( STATUS "Niether GSW_BUILD_STATIC_LIBS nor GSW_BUILD_SHARED_LIBS is set. Defaulting to GSW_BUILD_STATIC_LIBS=ON" )
23+
message( STATUS "Neither GSW_BUILD_STATIC_LIBS nor GSW_BUILD_SHARED_LIBS is set. Defaulting to GSW_BUILD_STATIC_LIBS=ON" )
2424
set( GSW_BUILD_STATIC_LIBS ON CACHE BOOL "Build static library" FORCE )
2525
set( GSW_BUILD_STATIC_LIBS ON )
2626
endif()

0 commit comments

Comments
 (0)