This commit is contained in:
gir489 2024-07-08 13:34:57 -04:00 committed by GitHub
parent 014281d3e9
commit 37cc3f3b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,8 @@ FetchContent_Declare(
GIT_TAG ffac9f36fb045dd2c6a81e1b5b9ccc115e5ef924
GIT_PROGRESS TRUE
)
set(ASMJIT_STATIC ON)
set(ASMJIT_NO_AARCH64 ON)
set(ASMJIT_NO_FOREIGN ON)
FetchContent_MakeAvailable(asmjit)
set_property(TARGET asmjit PROPERTY CXX_STANDARD 23)
set_property(TARGET asmjit PROPERTY CXX_STANDARD 23)