Skip to content

Commit b7c7849

Browse files
committed
Remove out-of-date WORKING_DIRECTORY
1 parent 37756a1 commit b7c7849

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/client/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
3232
graphqljson
3333
graphqlpeg
3434
graphqlresponse
35-
graphqlclient
36-
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
35+
graphqlclient)
3736

3837
add_custom_target(copy_client_sample_dlls DEPENDS copied_sample_dlls)
3938

test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
105105
graphqljson
106106
graphqlpeg
107107
graphqlresponse
108-
graphqlclient
109-
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
108+
graphqlclient)
110109

111110
add_custom_target(copy_test_dlls DEPENDS copied_test_dlls)
112111

0 commit comments

Comments
 (0)