We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afe0d4 commit 53a4a94Copy full SHA for 53a4a94
1 file changed
CMakeLists.txt
@@ -65,8 +65,8 @@ generate_libuc2_version(VERSION_FILE
65
# Dependencies
66
#
67
68
-add_subdirectory("${PKG_LIB_CRYPTOPP_CMAKE_DIR}")
69
set(CRYPTOPP_SOURCES "${PKG_LIB_CRYPTOPP_DIR}")
+add_subdirectory("${PKG_LIB_CRYPTOPP_CMAKE_DIR}")
70
71
# Enable weak namespace for MD5
72
add_definitions(-DCRYPTOPP_ENABLE_NAMESPACE_WEAK=1)
0 commit comments