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

Use CXX_MODULE_STD #2

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft

Conversation

ClausKlein
Copy link
Owner

No description provided.

@ClausKlein ClausKlein self-assigned this Jan 2, 2025
@ClausKlein ClausKlein marked this pull request as draft January 2, 2025 11:06
@ClausKlein ClausKlein force-pushed the feature/use_cxx_module_std branch from ccb4bc0 to 1343909 Compare January 2, 2025 18:00
@ClausKlein ClausKlein force-pushed the feature/use_cxx_module_std branch from 27c6443 to 8e97be9 Compare January 7, 2025 12:39
@ClausKlein ClausKlein force-pushed the feature/use_cxx_module_std branch from 8e97be9 to ba624a8 Compare January 7, 2025 17:13
@ClausKlein ClausKlein force-pushed the feature/use_cxx_module_std branch from ba624a8 to 217a6e9 Compare March 1, 2025 12:47
Comment on lines +3 to +10
# Set experimental flag to enable `import std` support from CMake.
# This must be enabled before C++ language support.
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD 0e5b6991-d74f-4b3d-a41c-cf096e0b2508)

# Set experimental flag to enable `import std` support from CMake.
# This must be enabled before C++ language support.
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD 0e5b6991-d74f-4b3d-a41c-cf096e0b2508)

Copy link
Owner Author

Choose a reason for hiding this comment

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

remove the again!

Comment on lines +26 to +29
#XXX find_package(fmt 11.1.1.1 EXACT REQUIRED HINT ../stagedir/lib)

set(ADD_STDLIB_MODULES stdlib)
add_subdirectory(.. fmt_module)
Copy link
Owner Author

Choose a reason for hiding this comment

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

remove this again!

Comment on lines +58 to +60
if(PROJECT_IS_TOP_LEVEL)
add_subdirectory(../module/tests module_test)
else()
Copy link
Owner Author

Choose a reason for hiding this comment

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

check this!

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.

1 participant