Skip to content

Commit 91a09d7

Browse files
authored
Merge pull request #1862 from eltociear/patch-1
CMakeLists.txtのコメントタイポ修正
2 parents eca9316 + 156fc3c commit 91a09d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enable_language(CXX)
1010
set(CMAKE_CXX_STANDARD 17) # C++17...
1111
set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required...
1212

13-
# switch DLL or static libary by specifying by command line
13+
# switch DLL or static library by specifying by command line
1414
set (LIB_TYPE STATIC)
1515
if (BUILD_SHARED_LIBS)
1616
# User wants to build Dynamic Libraries, so change the LIB_TYPE variable to CMake keyword 'SHARED'

0 commit comments

Comments
 (0)