Skip to content

Commit

Permalink
Exclude nuget.config and components.config file from release package.…
Browse files Browse the repository at this point in the history
… They are no longer needed.
  • Loading branch information
emgucv committed Oct 20, 2023
1 parent 2b84b18 commit 41b0dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1542,8 +1542,8 @@ INSTALL(
"${CMAKE_CURRENT_SOURCE_DIR}/Emgu.TF.snk"
"${CMAKE_CURRENT_SOURCE_DIR}/CommonAssemblyInfo.cs"
"${CMAKE_CURRENT_SOURCE_DIR}/${LICENSE_FILE_NAME}"
"${CMAKE_CURRENT_SOURCE_DIR}/nuget.config"
"${CMAKE_CURRENT_SOURCE_DIR}/components.config"
#"${CMAKE_CURRENT_SOURCE_DIR}/nuget.config"
#"${CMAKE_CURRENT_SOURCE_DIR}/components.config"
DESTINATION .
COMPONENT emgutf_source
)
Expand Down

0 comments on commit 41b0dfe

Please sign in to comment.