Skip to content

Commit

Permalink
update keychain_lib/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sinev-valentine committed Nov 6, 2018
1 parent 184e187 commit e8de47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keychain_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if( MSVC )
"../libraries/secp256k1/include"
"../libraries/secp256k1_ext/include"
"../libraries/eth-crypto/include"
"../libraries/eth-crypto/ethash/src/libethash"
# "../libraries/eth-crypto/ethash/src/libethash"
"${OPENSSL_ROOT_DIR}/include"
${Boost_INCLUDE_DIR})
else ( MSVC )
Expand All @@ -41,7 +41,7 @@ else ( MSVC )
"../libraries/secp256k1/include"
"../libraries/secp256k1_ext/include"
"../libraries/eth-crypto/include"
"../libraries/eth-crypto/ethash/src/libethash"
# "../libraries/eth-crypto/ethash/src/libethash"
"${OPENSSL_ROOT_DIR}/include"
"/usr/include/libcxxabi"
${Boost_INCLUDE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion libraries/eth-crypto

0 comments on commit e8de47a

Please sign in to comment.