Skip to content

Commit

Permalink
Merge pull request #28 from markusReinert/patch-1
Browse files Browse the repository at this point in the history
Correct a spelling mistake in CMakeLists.txt
  • Loading branch information
ocefpaf committed Mar 21, 2023
2 parents 3b8bd01 + 759ce7c commit 4206c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ option( GSW_BUILD_SHARED_LIBS "Build shared library" OFF )

# Ensure at least one of GSW_BUILD_SHARED_LIBS and GSW_BUILD_STATIC_LIBS is set
if( NOT ( GSW_BUILD_STATIC_LIBS OR GSW_BUILD_SHARED_LIBS ) )
message( STATUS "Niether GSW_BUILD_STATIC_LIBS nor GSW_BUILD_SHARED_LIBS is set. Defaulting to GSW_BUILD_STATIC_LIBS=ON" )
message( STATUS "Neither GSW_BUILD_STATIC_LIBS nor GSW_BUILD_SHARED_LIBS is set. Defaulting to GSW_BUILD_STATIC_LIBS=ON" )
set( GSW_BUILD_STATIC_LIBS ON CACHE BOOL "Build static library" FORCE )
set( GSW_BUILD_STATIC_LIBS ON )
endif()
Expand Down

0 comments on commit 4206c85

Please sign in to comment.