Skip to content

Commit 34225eb

Browse files
Updated googletest and xxHash
1 parent 4c320e9 commit 34225eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ThirdParty/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ if (NOT TARGET xxHash::xxhash)
200200
option(BUILD_SHARED_LIBS "Build shared library" OFF)
201201
set(XXHASH_BUILD_XXHSUM OFF)
202202
set(XXHASH_BUILD_ENABLE_INLINE_API OFF)
203-
add_subdirectory(xxHash/cmake_unofficial)
204-
set_directory_root_folder("xxHash/cmake_unofficial" "DiligentCore/ThirdParty/xxHash")
205-
install(FILES "${xxHash_SOURCE_DIR}/../LICENSE" DESTINATION "Licenses/ThirdParty/${DILIGENT_CORE_DIR}" RENAME xxHash-License.txt)
203+
add_subdirectory(xxHash/build/cmake)
204+
set_directory_root_folder("xxHash/build/cmake" "DiligentCore/ThirdParty/xxHash")
205+
install(FILES "${xxHash_SOURCE_DIR}/../../LICENSE" DESTINATION "Licenses/ThirdParty/${DILIGENT_CORE_DIR}" RENAME xxHash-License.txt)
206206
endif()
207207

208208
install(FILES stb/stb_image_write_license.txt DESTINATION "Licenses/ThirdParty/${DILIGENT_CORE_DIR}")

0 commit comments

Comments
 (0)