Skip to content

Commit

Permalink
Address macOS build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Jun 22, 2020
1 parent 530d8d4 commit 3757f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ OPTION(BUILD_R_INTERFACE "Build R interface" OFF)

SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")

# Optimize compiler flags
###########################
INCLUDE(CMakeHostSystemInformationExtra)
INCLUDE(GetCPUSIMDFeatures)
# 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})
## Optimize compiler flags
############################
#INCLUDE(CMakeHostSystemInformationExtra)
#INCLUDE(GetCPUSIMDFeatures)
#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})


# Debug build detection
Expand Down
10 changes: 0 additions & 10 deletions test/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion thirdparty/CRoaringUnityBuild
Submodule CRoaringUnityBuild deleted from 00bcc0

0 comments on commit 3757f97

Please sign in to comment.