Skip to content

Commit

Permalink
Fixed the signing of the Emgu.runtime.windows.zlibwapi.x64 nuget pack…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
emgucv committed Apr 3, 2022
1 parent ef8921e commit 3fc8ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IF (WIN32 AND (HAVE_WINDESKTOP_X64_CUDA))
"${CMAKE_CURRENT_SOURCE_DIR}" #working_dir
)
IF (EMGU_NUGET_SIGN_FOUND)
EMGU_SIGN_NUGET(${PROJECT_NAME} "${NUGET_OUTPUT_DIR}/${EMGU_TF_CUDART_ID}.${EMGU_TF_CUDA_VERSION}.nupkg")
EMGU_SIGN_NUGET(${PROJECT_NAME} "${NUGET_OUTPUT_DIR}/${EMGU_ZLIBWAPI_ID}.${EMGU_ZLIBWAPI_VERSION}.nupkg")
ENDIF()
if(ENABLE_SOLUTION_FOLDERS)
set_target_properties(${PROJECT_NAME} PROPERTIES FOLDER "NUGET")
Expand Down

0 comments on commit 3fc8ffc

Please sign in to comment.