Fix #352 [ci build]

This commit is contained in:
halx99 2021-05-12 11:18:31 +08:00
parent 64a1d68d6f
commit 413b0acaa6
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ set(CMAKE_CXX_STANDARD ${CXX_STD})
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_DEBUG_POSTFIX "" CACHE STRING "Library postfix for debug builds. Normally left blank." FORCE)
# check visual studio version
if(WINDOWS)
# not support other compile tools except MSVC for now