File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,12 +192,6 @@ elseif(LINUX)
192192 target_compile_options (open-ephys PRIVATE -fPIC -rdynamic -fvisibility=hidden -Wno-free-nonheap-object )
193193 set_property (TARGET open-ephys PROPERTY RUNTIME_OUTPUT_DIRECTORY ${BASE_BUILD_DIRECTORY} /${CMAKE_BUILD_TYPE} )
194194
195- set (DLLDIR ${RESOURCES_DIRECTORY} /DLLs/Linux )
196- file (GLOB _dllfiles "${DLLDIR} /*.so" )
197- add_custom_command (TARGET open-ephys POST_BUILD
198- COMMAND ${CMAKE_COMMAND} -E copy ${_dllfiles} ${BIN_SHARED_DIR}
199- )
200-
201195elseif (APPLE )
202196 set_target_properties (open-ephys PROPERTIES
203197 MACOSX_BUNDLE_NAME open-ephys
@@ -225,8 +219,6 @@ elseif(APPLE)
225219 "-framework WebKit"
226220 )
227221
228- set (DLLDIR ${RESOURCES_DIRECTORY} /DLLs/Mac)
229-
230222 set_target_properties (open-ephys PROPERTIES
231223 XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
232224 XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED NO
You can’t perform that action at this time.
0 commit comments