Skip to content

Commit 2d7e551

Browse files
Fix cmake.
Change-Id: I28272db5309bbb84b312522d9c9b0e433eb4a183
1 parent a6459b0 commit 2d7e551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/helpers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +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})
104103
endif()
104+
set_property(GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_LINUX ${RUNTIME_SRCS_HELPERS_LINUX})
105105
set_property(GLOBAL PROPERTY RUNTIME_SRCS_HELPERS_BASE ${RUNTIME_SRCS_HELPERS_BASE})

0 commit comments

Comments
 (0)