We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca9316 + 156fc3c commit 91a09d7Copy full SHA for 91a09d7
tests/CMakeLists.txt
@@ -10,7 +10,7 @@ enable_language(CXX)
10
set(CMAKE_CXX_STANDARD 17) # C++17...
11
set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required...
12
13
-# switch DLL or static libary by specifying by command line
+# switch DLL or static library by specifying by command line
14
set (LIB_TYPE STATIC)
15
if (BUILD_SHARED_LIBS)
16
# User wants to build Dynamic Libraries, so change the LIB_TYPE variable to CMake keyword 'SHARED'
0 commit comments