We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a8164 commit c2ae991Copy full SHA for c2ae991
cmake/stdlib.cmake
@@ -69,7 +69,7 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
69
list(APPEND all_sources ${${regular_sources_var}})
70
71
add_library(${target_name} ${all_sources})
72
- add_library(${PROJECT_NAME}::${target_name} ALIAS ${target_name})
+ #add_library(${PROJECT_NAME}::${target_name} ALIAS ${target_name})
73
74
set_target_properties(
75
${target_name}
0 commit comments