Skip to content

Commit

Permalink
Relaxed architecture requirements
Browse files Browse the repository at this point in the history
the CI build on macOS fails. Relax architecture
requirements to maybe fix this issue.
  • Loading branch information
tpeulen committed Jun 22, 2020
1 parent 39efbbe commit 530d8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
###########################
INCLUDE(CMakeHostSystemInformationExtra)
INCLUDE(GetCPUSIMDFeatures)
INCLUDE(CMakeCompilerMachineOption)
SET(TARGET_ARCHITECTURE skylake)
# INCLUDE(CMakeCompilerMachineOption)
# SET(TARGET_ARCHITECTURE skylake)
CMAKE_COMPILER_MACHINE_OPTION(ARCHITECTURE_FLAG ${TARGET_ARCHITECTURE})
MESSAGE(STATUS "Use compiler option: ${ARCHITECTURE_FLAG}")
ADD_COMPILE_OPTIONS(${ARCHITECTURE_FLAG})
Expand Down

0 comments on commit 530d8d4

Please sign in to comment.