-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: develop
Are you sure you want to change the base?
Conversation
ccb4bc0
to
1343909
Compare
27c6443
to
8e97be9
Compare
8e97be9
to
ba624a8
Compare
format cmake files
Use CXX_MODULE_STD Cleanup after rebase
ba624a8
to
217a6e9
Compare
# 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) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the again!
#XXX find_package(fmt 11.1.1.1 EXACT REQUIRED HINT ../stagedir/lib) | ||
|
||
set(ADD_STDLIB_MODULES stdlib) | ||
add_subdirectory(.. fmt_module) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this again!
if(PROJECT_IS_TOP_LEVEL) | ||
add_subdirectory(../module/tests module_test) | ||
else() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check this!
No description provided.