Skip to content

Commit 87258e0

Browse files
committed
fix(cmake): drop unnecessary set_target_properties
1 parent 2d8ea00 commit 87258e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ if(GRAPHQL_BUILD_MODULES)
337337
target_sources(graphqlservice PUBLIC FILE_SET CXX_MODULES
338338
BASE_DIRS ${INCLUDE_ROOT}
339339
FILES ${INCLUDE_ROOT}/graphqlservice/Service.ixx)
340-
set_target_properties(graphqlservice PROPERTIES GRAPHQL_BUILD_MODULES ON)
341340
endif()
342341

343342
if(GRAPHQL_UPDATE_SAMPLES)
@@ -374,7 +373,6 @@ if(GRAPHQL_BUILD_MODULES)
374373
target_sources(graphqlclient PUBLIC FILE_SET CXX_MODULES
375374
BASE_DIRS ${INCLUDE_ROOT}
376375
FILES ${INCLUDE_ROOT}/graphqlservice/Client.ixx)
377-
set_target_properties(graphqlclient PROPERTIES GRAPHQL_BUILD_MODULES ON)
378376
endif()
379377

380378
if(GRAPHQL_UPDATE_VERSION)

0 commit comments

Comments
 (0)