1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index ab3884c..9432df7 100644
5 @@ -38,26 +38,17 @@ include(FetchContent)
9 - GIT_REPOSITORY "https://github.com/marzer/tomlplusplus.git"
13 + DOWNLOAD_COMMAND true
18 - GIT_REPOSITORY "https://github.com/ThePhD/sol2.git"
22 + DOWNLOAD_COMMAND true
27 - GIT_REPOSITORY "https://github.com/Neargye/magic_enum.git"
31 + DOWNLOAD_COMMAND true
34 FetchContent_GetProperties(${TOML++})
35 @@ -113,7 +104,7 @@ if(NOT LUA_INCLUDE_DIR OR (WIN32 AND NOT LUA_LIBRARIES))
39 -include_directories(${LUA_INCLUDE_DIR} src src/include ${${TOML++}_SOURCE_DIR} ${${SOL2}_SOURCE_DIR}/include ${${MAGIC_ENUM}_SOURCE_DIR}/include)
40 +include_directories(${LUA_INCLUDE_DIR} src src/include TOML_PLUS_PLUS_SRC ${${SOL2}_SOURCE_DIR}/include ${${MAGIC_ENUM}_SOURCE_DIR}/include)