Skip to content

Commit c2ae991

Browse files
author
Vandenplas, Jeremie
committed
Comment out add_library
1 parent 80a8164 commit c2ae991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/stdlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
6969
list(APPEND all_sources ${${regular_sources_var}})
7070

7171
add_library(${target_name} ${all_sources})
72-
add_library(${PROJECT_NAME}::${target_name} ALIAS ${target_name})
72+
#add_library(${PROJECT_NAME}::${target_name} ALIAS ${target_name})
7373

7474
set_target_properties(
7575
${target_name}

0 commit comments

Comments
 (0)