Skip to content

Commit

Permalink
Update comments in build_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-ape committed Sep 23, 2019
1 parent 9d43241 commit 0887c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/build_helpers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
get_target_property(GRAPHENE_CHAIN_SOURCE graphene_chain SOURCE_DIR)
get_target_property(GRAPHENE_CHAIN_BIN graphene_chain BINARY_DIR)

# This is here only to support CMake < 3.7
# This is here only to support CMake < 3.4
if (NOT GRAPHENE_CHAIN_SOURCE)
set(GRAPHENE_CHAIN_SOURCE ${GRAPHENE_CHAIN_SOURCE_LEGACY})
endif()
# This is here only to support CMake < 3.7
# This is here only to support CMake < 3.4
if (NOT GRAPHENE_CHAIN_BIN)
set(GRAPHENE_CHAIN_BIN ${GRAPHENE_CHAIN_BIN_LEGACY})
endif()
Expand Down

0 comments on commit 0887c2e

Please sign in to comment.