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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehashdev committed Jun 19, 2016
1 parent 558c357 commit 8edc811
Show file tree
Hide file tree
Showing 33 changed files with 2,600 additions and 573 deletions.
2 changes: 1 addition & 1 deletion BuildInfo.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define ETH_PROJECT_VERSION "@PROJECT_VERSION@-genoil-@GENOIL_VERSION@-NiceHash-@NICEHASH_VERSION@"
#define ETH_PROJECT_VERSION "@PROJECT_VERSION@-genoil-@GENOIL_VERSION@-nicehash-@NICEHASH_VERSION@"
#define ETH_COMMIT_HASH @ETH_COMMIT_HASH@
#define ETH_CLEAN_REPO @ETH_CLEAN_REPO@
#define ETH_BUILD_TYPE @ETH_BUILD_TYPE@
Expand Down
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
cmake_minimum_required(VERSION 2.8.12)

set(PROJECT_VERSION "0.9.41")
set(GENOIL_VERSION "1.0.8")
set(NICEHASH_VERSION "1.0.0")
set(GENOIL_VERSION "1.1.5")
set(NICEHASH_VERSION "1.1.0")
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
cmake_policy(SET CMP0042 OLD) # fix MACOSX_RPATH
cmake_policy(SET CMP0048 NEW) # allow VERSION argument in project()
Expand Down Expand Up @@ -267,11 +267,13 @@ message("-- MINER Build miner ${MINER}")
message("-- GUI Build GUI components ${GUI}")
message("-- ETHASHCL Build OpenCL components ${ETHASHCL}")
message("-- ETHASHCUDA Build CUDA components ${ETHASHCUDA}")
message("-- ETHSTRATUM Build Stratum components (experimental) ${ETHSTRATUM}")
message("-- ETHSTRATUM Build Stratum components ${ETHSTRATUM}")
message("------------------------------------------------------------------------")
message("")

if (NOT "${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
set(CMAKE_THREAD_LIBS_INIT pthread)
endif()

include(EthCompilerSettings)
message("-- CXXFLAGS: ${CMAKE_CXX_FLAGS}")
Expand Down
Loading

0 comments on commit 8edc811

Please sign in to comment.