Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
kep-1366 fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk authored and rnistuk committed May 2, 2019
1 parent 542e190 commit 8ce6682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ add_dependencies(ethereum boost)
target_link_libraries(ethereum utils)
target_include_directories(ethereum PRIVATE ${JSONCPP_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
target_compile_options(ethereum PRIVATE -Wno-deprecated-declarations -Wall -Wextra -Werror -Wpedantic
$<$<CXX_COMPILER_ID:AppleCLANG>: -Wno-extended-offsetof>)\
$<$<CXX_COMPILER_ID:AppleCLANG>: -Wno-extended-offsetof>)
add_subdirectory(test)

0 comments on commit 8ce6682

Please sign in to comment.