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 1 commit 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
CMakeLists.txt Outdated
@@ -34,6 +35,7 @@ option(FMT_USE_MODULES "Export a CXX_MODULE fmt if possible" ${CMAKE_CXX_SCAN_FO
option(FMT_IMPORT_STD "Import the module std" ${FMT_USE_MODULES})

if(FMT_USE_MODULES)
set(CMAKE_CXX_SCAN_FOR_MODULES ON)
Copy link
Owner Author

Choose a reason for hiding this comment

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

delete this line, see line 6

Comment on lines 83 to 89
<<<<<<< HEAD
"-DCMAKE_CXX_MODULE_STD=${CMAKE_CXX_MODULE_STD}"
"-DCMAKE_EXPERIMENTAL_CXX_IMPORT_STD=${CMAKE_EXPERIMENTAL_CXX_IMPORT_STD}"
=======
"-DCMAKE_CXX_MODULE_STD=ON"
"-DCMAKE_EXPERIMENTAL_CXX_IMPORT_STD=0e5b6991-d74f-4b3d-a41c-cf096e0b2508"
>>>>>>> 98c866a (Fix build problems with test module fmt)
Copy link
Owner Author

Choose a reason for hiding this comment

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

merge garbage! remove it!

Use CXX_MODULE_STD

Cleanup after rebase
@ClausKlein ClausKlein force-pushed the feature/use_cxx_module_std branch from 8e97be9 to ba624a8 Compare January 7, 2025 17:13
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