Skip to content

Commit

Permalink
Fix typo with target_compile_features
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigual authored May 29, 2024
1 parent 534429d commit a7afb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if(OPENSSL_FOUND)
${OPENSSL_INCLUDE_DIR}
)

targeet_compile_features(sioclient_tls PUBLIC cxx_std_11)
target_compile_features(sioclient_tls PUBLIC cxx_std_11)
target_link_libraries(sioclient_tls PRIVATE OpenSSL::SSL OpenSSL::Crypto)
if (NOT USE_SUBMODULES)
target_link_libraries(sioclient_tls PRIVATE websocketpp::websocketpp asio asio::asio rapidjson)
Expand Down

0 comments on commit a7afb0d

Please sign in to comment.