Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
fixing standalone build
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Aug 26, 2015
1 parent 5431683 commit 3525641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UseEthCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function(eth_apply TARGET REQUIRED)
if (DEFINED ethereum_SOURCE_DIR)
set(ETH_DIR ${ethereum_SOURCE_DIR})
set(ETH_BUILD_DIR ${ethereum_BINARY_DIR})
elseif()
else ()
set(ETH_DIR "${PROJECT_SOURCE_DIR}/../cpp-ethereum" CACHE PATH "The path to the cpp-ethereum directory")
set(ETH_BUILD_DIR_NAME "build" CACHE STRING "The name of the build directory in cpp-ethereum")
set(ETH_BUILD_DIR "${ETH_DIR}/${ETH_BUILD_DIR_NAME}")
Expand Down

0 comments on commit 3525641

Please sign in to comment.