cmake: duplicated tomlplusplus include

This commit is contained in:
shenleban tongying 2023-06-01 03:15:07 -04:00
parent 0c75d4f399
commit f68fca5a45
No known key found for this signature in database

View file

@ -113,7 +113,6 @@ target_include_directories(${GOLDENDICT} PRIVATE
${PROJECT_SOURCE_DIR}/src/common
${PROJECT_SOURCE_DIR}/src/dict
${PROJECT_SOURCE_DIR}/src/ui
${PROJECT_SOURCE_DIR}/thirdparty/tomlplusplus
)
if (NOT USE_SYSTEM_TOML)