Skip to content

Commit ada5845

Browse files
committed
crypto3 dependency fixed in CMakeLists.txt
1 parent d2e0d0f commit ada5845

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ if(BUILD_TESTS)
7171
cm_find_package(Boost COMPONENTS REQUIRED unit_test_framework)
7272
endif()
7373

74-
add_subdirectories("${CMAKE_CURRENT_LIST_DIR}/libs/crypto3")
75-
add_subdirectories("${CMAKE_CURRENT_LIST_DIR}/libs/crypto3/marshalling")
74+
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/crypto3")
7675

7776
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/blueprint")
7877
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/assigner")

0 commit comments

Comments
 (0)