Skip to content

Commit 53a4a94

Browse files
committed
cmake: fix cryptopp-cmake not using local cryptopp git submodule sources
1 parent 7afe0d4 commit 53a4a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ generate_libuc2_version(VERSION_FILE
6565
# Dependencies
6666
#
6767

68-
add_subdirectory("${PKG_LIB_CRYPTOPP_CMAKE_DIR}")
6968
set(CRYPTOPP_SOURCES "${PKG_LIB_CRYPTOPP_DIR}")
69+
add_subdirectory("${PKG_LIB_CRYPTOPP_CMAKE_DIR}")
7070

7171
# Enable weak namespace for MD5
7272
add_definitions(-DCRYPTOPP_ENABLE_NAMESPACE_WEAK=1)

0 commit comments

Comments
 (0)