Skip to content

Commit bf799d9

Browse files
Update manifest and add missing decalaration in cmake
Change-Id: If00bdc48e05ea2e00b871cca1f85722848f0378c
1 parent 97fb72a commit bf799d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

manifests/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ components:
3636
internal:
3737
branch: master
3838
dest_dir: internal
39-
revision: f57a6001d2ba026eb985f35795c0586d2907bf42
39+
revision: 1b5d598d4472d31d909089cacfabbb6e7d4135cd
4040
type: git
4141
khronos:
4242
branch: master

runtime/helpers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ if(WIN32)
100100
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_HELPERS_WINDOWS})
101101
else()
102102
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_HELPERS_LINUX})
103+
set_property(GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_LINUX ${RUNTIME_SRCS_HELPERS_LINUX})
103104
endif()
104105
set_property(GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_BASE ${RUNTIME_SRCS_HELPERS_BASE})

0 commit comments

Comments
 (0)