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 5cb974e commit a6aadf5Copy full SHA for a6aadf5
CMakeLists.txt
@@ -200,7 +200,7 @@ endif()
200
201
if( BUILD_PYTHON_CLIENT )
202
# make target = pydatafed
203
- file(COPY ${PROJECT_SOURCE_DIR}/external/DataFedDependencies/python/datafed_pkg/requirements.txt DESTINATION ${PROJECT_SOURCE_DIR}/python/datafed_pkg/requirements.txt)
+ file(COPY ${PROJECT_SOURCE_DIR}/external/DataFedDependencies/python/datafed_pkg/requirements.txt DESTINATION ${PROJECT_SOURCE_DIR}/python/datafed_pkg/)
204
add_subdirectory( python EXCLUDE_FROM_ALL )
205
endif()
206
0 commit comments