You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
450 B

--- a/libs/basis_universal/CMakeLists.txt
+++ b/libs/basis_universal/CMakeLists.txt
@@ -29,9 +29,9 @@ else()
endif()
if(NOT basis_POPULATED)
- if(COMMAND FetchContent_Populate)
- FetchContent_Populate(basis)
- endif()
+ set(basis_SOURCE_DIR "${EXTERNALS_DIR}/basis")
+ set(basis_BINARY_DIR "${PROJECT_BINARY_DIR}/externals/basis")
+
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(BUILD_X64 FALSE CACHE BOOL "")
endif()