Skip to content

Commit

Permalink
Revert "Fix and use OpenMP on Windows builds. (Chia-Network#324)"
Browse files Browse the repository at this point in the history
This reverts commit 39dbed9.
  • Loading branch information
UdjinM6 committed Sep 6, 2022
1 parent 0ad2844 commit e23e681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -45,7 +45,7 @@ if (DEFINED ENV{RELIC_MAIN})
set(RELIC_GIT_TAG "origin/main")
else ()
# This is currently anchored to upstream aecdcae7956f542fbee2392c1f0feb0a8ac41dc5
set(RELIC_GIT_TAG "215c69966cb78b255995f0ee9c86bbbb41c3c42b")
set(RELIC_GIT_TAG "1d98e5abf3ca5b14fd729bd5bcced88ea70ecfd7")
endif ()

message(STATUS "Relic will be built from: ${RELIC_GIT_TAG}")
Expand Down Expand Up @@ -83,7 +83,7 @@ endif()

if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(TIMER "ANSI" CACHE STRING "")
set(MULTI "OPENMP" CACHE STRING "")
set(MULTI "" CACHE STRING "")
else()
set(TIMER "CYCLE" CACHE STRING "")
set(MULTI "PTHREAD" CACHE STRING "")
Expand Down

0 comments on commit e23e681

Please sign in to comment.