mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix dumbest syntax error ever
This commit is contained in:
parent
6790177df1
commit
373a296314
@ -69,7 +69,7 @@ endforeach(file)
|
||||
file(GLOB HEADERS "*.h")
|
||||
add_executable(testeth ${SRC_LIST} ${HEADERS})
|
||||
|
||||
if((WIN32)
|
||||
if(WIN32)
|
||||
target_link_libraries(testeth Iphlpapi)
|
||||
endif()
|
||||
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
||||
|
Loading…
Reference in New Issue
Block a user