Skip to content

Commit 629da09

Browse files
committed
cmake: fix typo
1 parent 5f79e03 commit 629da09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ endmacro()
6363
# This option decides if crunch is dynamically linked against libcrn.so
6464
# statically linked against libcrn.o, enabling it always build libcrn.so.
6565
# This option is a builtin CMake one, the name means “build executables
66-
# against shader libraries”, not “build the shared libraries”.
66+
# against shared libraries”, not “build the shared libraries”.
6767
option(BUILD_SHARED_LIBS "Link executables against shared library" OFF)
6868
# Always build libcrn.so even if crunch is linked to libcrn statically.
6969
option(BUILD_SHARED_LIBCRN "Build shared libcrn" OFF)

0 commit comments

Comments
 (0)