mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
cmake: duplicated tomlplusplus include
This commit is contained in:
parent
0c75d4f399
commit
f68fca5a45
|
@ -113,7 +113,6 @@ target_include_directories(${GOLDENDICT} PRIVATE
|
||||||
${PROJECT_SOURCE_DIR}/src/common
|
${PROJECT_SOURCE_DIR}/src/common
|
||||||
${PROJECT_SOURCE_DIR}/src/dict
|
${PROJECT_SOURCE_DIR}/src/dict
|
||||||
${PROJECT_SOURCE_DIR}/src/ui
|
${PROJECT_SOURCE_DIR}/src/ui
|
||||||
${PROJECT_SOURCE_DIR}/thirdparty/tomlplusplus
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if (NOT USE_SYSTEM_TOML)
|
if (NOT USE_SYSTEM_TOML)
|
||||||
|
|
Loading…
Reference in a new issue