From 0125ab1d283bece2c5f425446427c87952e60874 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 4 Oct 2021 11:02:53 +0200 Subject: [PATCH] Update to simplified endian.h build config --- CMakeLists.txt | 2 -- deps/dragontype | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b70bd76..bd77846 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,6 @@ link_libraries( set(DEPS_DIR "${CMAKE_SOURCE_DIR}/deps/") -add_compile_definitions(DRAGONTYPE_ENDIAN_HEADER="${DEPS_DIR}/endian.h/endian.h") - include_directories(SYSTEM ${DEPS_DIR} ) diff --git a/deps/dragontype b/deps/dragontype index e2b7d38..fa0ea24 160000 --- a/deps/dragontype +++ b/deps/dragontype @@ -1 +1 @@ -Subproject commit e2b7d38971a714300ae0edfc0af7e2ef89e433cc +Subproject commit fa0ea24eda75319dfbfe439dbe65c25888da84e9 -- 2.44.0