Change third-party library directory to third-party.

This commit is contained in:
Nathan Moinvaziri 2022-08-06 11:04:58 -07:00
parent 20b0a97ac4
commit 27b9dde455

View File

@ -21,7 +21,7 @@ macro(clone_repo name url)
FetchContent_Declare(${name}
GIT_REPOSITORY ${${name_upper}_REPOSITORY}
GIT_TAG ${${name_upper}_TAG}
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib/${name_lower})
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third-party/${name_lower})
FetchContent_GetProperties(${name} POPULATED ${name_lower}_POPULATED)