mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
CMake: remove USE_THREADS
This commit is contained in:
parent
710a41a6f4
commit
ef93588211
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ project(eosio-keygen
|
||||||
set( PROJECT_MAINTAINER "Henrik Hautakoski <henrik@eossweden.org>")
|
set( PROJECT_MAINTAINER "Henrik Hautakoski <henrik@eossweden.org>")
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option(USE_THREADS "Compile with support for threads (if available)." ON)
|
|
||||||
option(FORCE_ANSI "Force ANSI console colors even on windows" OFF)
|
option(FORCE_ANSI "Force ANSI console colors even on windows" OFF)
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue