Took out OpenMP refactor out by mistake
This commit is contained in:
@@ -149,10 +149,13 @@ mark_as_advanced(WITH_AUDASPACE)
|
||||
|
||||
# (unix defaults to OpenMP On)
|
||||
if(UNIX AND NOT APPLE)
|
||||
option(WITH_OPENMP "Enable OpenMP (has to be supported by the compiler)" ON)
|
||||
set(PLATFORM_DEFAULT ON)
|
||||
else()
|
||||
option(WITH_OPENMP "Enable OpenMP (has to be supported by the compiler)" OFF)
|
||||
set(PLATFORM_DEFAULT OFF)
|
||||
endif()
|
||||
option(WITH_OPENMP "Enable OpenMP (has to be supported by the compiler)" PLATFORM_DEFAULT)
|
||||
unset(PLATFORM_DEFAULT)
|
||||
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
option(WITH_X11_XINPUT "Enable X11 Xinput (tablet support and unicode input)" ON)
|
||||
|
Reference in New Issue
Block a user