Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Initial port to new monorepo build system. #704

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

alliepiper
Copy link
Collaborator

No description provided.

@alliepiper alliepiper marked this pull request as draft May 26, 2023 14:52
CMakeLists.txt Outdated Show resolved Hide resolved
cmake/CubBuildCompilerTargets.cmake Outdated Show resolved Hide resolved
cmake/CubUtilities.cmake Show resolved Hide resolved
examples/CMakeLists.txt Show resolved Hide resolved
@jrhemstad
Copy link
Collaborator

In cub-config.cmake, we should update the set(cub_libudacxx_version XXX) to always be the same version as CUB itself.

Now that we will be synchronizing versions across components, we aren't going to try and support mix&match different versions of components.

Comment on lines +140 to +142
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like else branch:

Suggested change
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()
if (CUB_ENABLE_RDC_TESTS OR CUB_FORCE_RDC)
set(use_rdc_for_catch2_utils ON)
endif()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants