SWDEV-273235 - Minor build fixes for Windows CMake

runtime directory only exists in P4. We should not be referencing it.

Change-Id: I1d88f32fccc716468c070235c4797bd905a76866
Этот коммит содержится в:
Vladislav Sytchenko
2021-05-05 12:40:26 -04:00
родитель c9feefc584
Коммит 5958b3bba5
3 изменённых файлов: 3 добавлений и 3 удалений
+1 -1
Просмотреть файл
@@ -24,7 +24,7 @@
#include "cl_common.hpp"
#include "cl_d3d10_amd.hpp"
#include "runtime/platform/command.hpp"
#include "platform/command.hpp"
#include <cstring>
#include <utility>
+1 -1
Просмотреть файл
@@ -23,7 +23,7 @@
#include "top.hpp"
#include "cl_d3d11_amd.hpp"
#include "runtime/platform/command.hpp"
#include "platform/command.hpp"
#include <cstring>
#include <utility>
+1 -1
Просмотреть файл
@@ -23,7 +23,7 @@
#include "top.hpp"
#include "cl_d3d9_amd.hpp"
#include "runtime/platform/command.hpp"
#include "platform/command.hpp"
#include <cstring>
#include <utility>