Skip to content

Commit

Permalink
Build: Handle TSA URLs with special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Feb 19, 2021
1 parent 2425edd commit ffdb57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ add_custom_command(OUTPUT VncViewer.jar
-DJAVA_KEYSTORE_PASS=${JAVA_KEYSTORE_PASS}
-DJAVA_KEY_ALIAS=${JAVA_KEY_ALIAS}
-DJAVA_KEY_PASS=${JAVA_KEY_PASS}
-DJAVA_TSA_URL=${JAVA_TSA_URL}
-DJAVA_TSA_URL:STRING=${JAVA_TSA_URL}
-DJAVA_TSA_ALG=${JAVA_TSA_ALG}
-P ${SRCDIR}/cmake/SignJar.cmake
COMMAND ${CMAKE_COMMAND}
Expand Down Expand Up @@ -286,7 +286,7 @@ if(TVNC_BUILDSERVER AND TVNC_INCLUDEJNIJARS)
-DJAVA_KEYSTORE_PASS=${JAVA_KEYSTORE_PASS}
-DJAVA_KEY_ALIAS=${JAVA_KEY_ALIAS}
-DJAVA_KEY_PASS=${JAVA_KEY_PASS}
-DJAVA_TSA_URL=${JAVA_TSA_URL}
-DJAVA_TSA_URL:STRING=${JAVA_TSA_URL}
-DJAVA_TSA_ALG=${JAVA_TSA_ALG}
-P ${SRCDIR}/cmake/SignJar.cmake)
install(FILES ${BINDIR}/${jarfile} DESTINATION ${CMAKE_INSTALL_JAVADIR})
Expand Down

0 comments on commit ffdb57d

Please sign in to comment.