Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11561] Upgrade installer to support cmake linking statically or dynamically to Fast-DDS #46

Merged
merged 2 commits into from
May 18, 2021

Conversation

MiguelBarro
Copy link
Contributor

Now using cmake -DFASTDDS_STATIC=ON ... is possible to link statically to a Fast-DDS installation (formerly only dynamic linking was available).

endif()
elseif(MSVC_VERSION GREATER_EQUAL 1920)
if(MSVC_VERSION LESS_EQUAL 1900)
message(FATAL_ERROR "Not supported version of Visual Studio")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
message(FATAL_ERROR "Not supported version of Visual Studio")
message(FATAL_ERROR "Not supported version ${MSVC_VERSION} of Visual Studio")

@MiguelBarro MiguelBarro requested a review from richiware May 17, 2021 14:19
Miguel Barro added 2 commits May 17, 2021 16:20
… binary deployment

Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
@MiguelBarro MiguelBarro force-pushed the feature/installer_cmake_static branch from 0e8892b to 6f27ea6 Compare May 17, 2021 14:21
@MiguelCompany MiguelCompany merged commit 1ec8d22 into master May 18, 2021
@MiguelCompany MiguelCompany deleted the feature/installer_cmake_static branch May 18, 2021 05:31
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.

3 participants