Skip to content

Commit

Permalink
build: delete useless cmake code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky9-cyou authored Dec 22, 2023
1 parent 6b148d5 commit 099cb01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ list (APPEND PRJ_INCLUDE_DIRS ${EIGEN3_INCLUDE_DIR})
find_package(pybind11 CONFIG)
list (APPEND PRJ_INCLUDE_DIRS ${PYBIND11_INCLUDE_DIR})

set(MACOS_VERSION_MIN 10.14)

#SIMD
if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "AMD64" OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "amd64")
if(MSVC)
Expand Down

0 comments on commit 099cb01

Please sign in to comment.