From 156fc3c78dd3b38830775e8e27675a80a87fdd24 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 7 Aug 2022 19:28:08 +0900 Subject: [PATCH] =?UTF-8?q?CMakeLists.txt=E3=81=AE=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=82=BF=E3=82=A4=E3=83=9D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libary -> library --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c6fac32ccc..7612ced300 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,7 +10,7 @@ enable_language(CXX) set(CMAKE_CXX_STANDARD 17) # C++17... set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required... -# switch DLL or static libary by specifying by command line +# switch DLL or static library by specifying by command line set (LIB_TYPE STATIC) if (BUILD_SHARED_LIBS) # User wants to build Dynamic Libraries, so change the LIB_TYPE variable to CMake keyword 'SHARED'