Skip to content

Commit

Permalink
Merge 156fc3c into eca9316
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Aug 7, 2022
2 parents eca9316 + 156fc3c commit bdacda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bdacda0

Please sign in to comment.