fix cuda testnet compilation errors (#4649)

This commit is contained in:
Pankaj Garg
2019-06-11 15:30:39 -07:00
committed by GitHub
parent 439e7cc26a
commit ca907f37c3
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ solana-vote-api = { path = "../programs/vote_api", version = "0.16.0" }
solana-vote-signer = { path = "../vote-signer", version = "0.16.0" }
[features]
cuda = ["solana/cuda"]
cuda = []