Skip to content

Commit

Permalink
Fixed final cmake message
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Schwing committed Nov 27, 2019
1 parent c85a547 commit 2a2806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ThreadMPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ try_compile(HAVE_PROCESSOR_NUMBER ${CMAKE_BINARY_DIR} "${CMAKE_SOURCE_DIR}/CMake
include(FindThreads)

if(CMAKE_USE_WIN32_THREADS_INIT AND NOT HAVE_PROCESSOR_NUMBER)
message(WARNING "Incomplete Windows Processor Group API. If you want GROMACS to be able to set thread affinity, choose a Mingw distribution with a complete API (e.g. Mingw-w64).")
message(WARNING "Incomplete Windows Processor Group API. If you want GOMC to be able to set thread affinity, choose a Mingw distribution with a complete API (e.g. Mingw-w64).")
endif()

if (CMAKE_USE_WIN32_THREADS_INIT AND HAVE_PROCESSOR_NUMBER)
Expand Down

0 comments on commit 2a2806a

Please sign in to comment.