Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit ed2e888

Browse files
committed
some fixes, cuda 8 rc build
1 parent 283ba9e commit ed2e888

12 files changed

Lines changed: 12958 additions & 33 deletions

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,13 @@ message("-- MINER Build miner ${MINER}")
266266
message("-- GUI Build GUI components ${GUI}")
267267
message("-- ETHASHCL Build OpenCL components ${ETHASHCL}")
268268
message("-- ETHASHCUDA Build CUDA components ${ETHASHCUDA}")
269-
message("-- ETHSTRATUM Build Stratum components (experimental) ${ETHSTRATUM}")
269+
message("-- ETHSTRATUM Build Stratum components ${ETHSTRATUM}")
270270
message("------------------------------------------------------------------------")
271271
message("")
272272

273+
if (NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
273274
set(CMAKE_THREAD_LIBS_INIT pthread)
275+
endif()
274276

275277
include(EthCompilerSettings)
276278
message("-- CXXFLAGS: ${CMAKE_CXX_FLAGS}")

0 commit comments

Comments
 (0)