diff --git a/3rd/dmath/dmath b/3rd/dmath/dmath index 7699e353..beced4f4 160000 --- a/3rd/dmath/dmath +++ b/3rd/dmath/dmath @@ -1 +1 @@ -Subproject commit 7699e35384a578d9d195a8b15555d2e6ff6a81b3 +Subproject commit beced4f4f906a117b559cf7de3d8b724c74f980d diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e002d68..da990847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ endif() if(PK_ENABLE_DETERMINISM) add_subdirectory(3rd/dmath/dmath) - include_directories(3rd/dmath/dmath/include/public) + include_directories(BEFORE 3rd/dmath/dmath/include/public) add_definitions(-DPK_ENABLE_DETERMINISM=1) endif()