aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotrf3 <allan.c.rempel@gmail.com>2015-05-27 03:24:58 +0800
committerlotrf3 <allan.c.rempel@gmail.com>2015-05-27 03:24:58 +0800
commit373a296314f5de477a5950baacbab6b371d6674b (patch)
treeb1f83ff64e3a388cef053ffb5ec0443d3b96d1c5
parent6790177df1c34950cea818b527d997d1a5f94213 (diff)
downloaddexon-solidity-373a296314f5de477a5950baacbab6b371d6674b.tar.gz
dexon-solidity-373a296314f5de477a5950baacbab6b371d6674b.tar.zst
dexon-solidity-373a296314f5de477a5950baacbab6b371d6674b.zip
Fix dumbest syntax error ever
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3b3188a..69a3d51e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})