From f25e5c738c9c5bc9159b8c37f2feb72011810bce Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 14 Jul 2019 22:29:38 +0300 Subject: [PATCH] - fixed compilation of Linux targets src/../libraries/gdtoa/gdtoa.h:67:19: fatal error: arith.h: No such file or directory --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bcaf90fb5..86f0cb5b9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1408,7 +1408,7 @@ include_directories( . ../libraries/dumb/include ../libraries/glslang/glslang/Public ../libraries/glslang/spirv - ${CMAKE_BINARY_DIR}/gdtoa + ${CMAKE_BINARY_DIR}/libraries/gdtoa ${SYSTEM_SOURCES_DIR} ) add_dependencies( zdoom revision_check )