Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTimeChris committed Oct 8, 2023
2 parents 54a8713 + 7fdf322 commit f7d0fc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ add_library("${PROJECT_NAME}::${PROJECT_NAME}" ALIAS "${PROJECT_NAME}")

file(GLOB_RECURSE HEADERS CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/Include/jsonifier/*.hpp")

set(POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(JSONIFIER-AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")

if(NOT DEFINED JSONIFIER_CPU_INSTRUCTIONS)
include("JsonifierDetectArchitecture")
Expand Down

0 comments on commit f7d0fc4

Please sign in to comment.