disable language ASM, yolo

pull/1688/head
Jeff Becker 3 years ago
parent 067fcf71d3
commit 1315dabcb9
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -5,7 +5,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Has to be set before `project()`, and ignored on non-macos:
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "macOS deployment target (Apple clang only)")
set(LANGS ASM C CXX)
set(LANGS C CXX)
if(APPLE)
set(LANGS ${LANGS} OBJC Swift)
endif()

Loading…
Cancel
Save