Skip to content

Commit 68d66a8

Browse files
committed
xrAICore: remove AI_COMPILER
1 parent 6850555 commit 68d66a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/xrAICore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include_directories(
2323
# endif()
2424
#endforeach()
2525

26-
add_definitions(-DXRAICORE_EXPORTS -DAI_COMPILER -D_SECURE_SCL=0)
26+
add_definitions(-DXRAICORE_EXPORTS)
2727
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})
2828

2929
set_target_properties(${PROJECT_NAME} PROPERTIES COTIRE_CXX_PREFIX_HEADER_INIT "pch.hpp")

src/xrAICore/Components/problem_solver_inline.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#ifndef AI_COMPILER
1212
#include "xrAICore/Navigation/graph_engine.h"
13+
#include "xrAICore/Navigation/graph_engine_space.h"
1314
#endif
1415

1516
#define TEMPLATE_SPECIALIZATION \

0 commit comments

Comments
 (0)