Skip to content

fix rs-server can't compile when -DBUILD_WITH_OPENMP:bool=ON - #11026

Merged
Nir-Az merged 1 commit into
realsenseai:developmentfrom
Hsiang0717:development
Oct 26, 2022
Merged

fix rs-server can't compile when -DBUILD_WITH_OPENMP:bool=ON#11026
Nir-Az merged 1 commit into
realsenseai:developmentfrom
Hsiang0717:development

Conversation

@Hsiang0717

Copy link
Copy Markdown

Sorry i only copy master branch before, now i checkout to development branch😅

CFLAG-ERROR
librealsense\tools\rs-server\CMakeLists.txt

ori => SET(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} "-pthread")
now => SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread")

@Nir-Az Nir-Az left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Nir-Az
Nir-Az merged commit 824237e into realsenseai:development Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants