Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 19, 2024
1 parent 68e3477 commit d6c3154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ target_link_libraries(cadabra-server
${OPENSSL_LIBRARIES}
)
if(WIN32)
target_link_libraries(cadabra-server ws2_32 mswsock bcrypt ssl cryto)
target_link_libraries(cadabra-server ws2_32 mswsock bcrypt ssl crypto)
endif()
if(UNIX)
if(${CMAKE_SYSTEM_NAME} MATCHES ".*BSD|DragonFly")
Expand Down

0 comments on commit d6c3154

Please sign in to comment.