mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-27 20:03:01 +00:00
Bugs fix
Fix build error. Fix max_allowed_download_size option has no effect (#409). Clean up codes.
This commit is contained in:
@@ -94,6 +94,7 @@ FIND_LIBRARY(YAML_CPP_LIBRARY NAMES yaml-cpp yaml-cppd PATHS ${YAML_CPP_LIBRARY_
|
||||
LINK_DIRECTORIES(${YAML_CPP_LIBRARY_DIRS})
|
||||
INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${YAML_CPP_LIBRARY})
|
||||
ADD_DEFINITIONS(-DYAML_CPP_STATIC_DEFINE)
|
||||
|
||||
#IF(USING_STD_REGEX STREQUAL "ON")
|
||||
# ADD_DEFINITIONS(-DUSE_STD_REGEX)
|
||||
|
||||
Reference in New Issue
Block a user