Skip to content

Commit

Permalink
hotfix Boost spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 12, 2024
1 parent 8f77f50 commit 0dafe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto3/libs/transpiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_include_directories(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTER
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/include>)

target_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE
boost::container)
Boost::container)

include(CMTest)
add_tests(test)
Expand Down

0 comments on commit 0dafe88

Please sign in to comment.