Skip to content

Commit

Permalink
Fix windows minheadless again - ASM must be explicitely enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Oct 26, 2020
1 parent 7c2c8ee commit 6a6ed62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -2,6 +2,8 @@
cmake_minimum_required(VERSION 2.8)
cmake_policy(SET CMP0054 NEW)
project(OpenSmalltalkVM)
#for setjmp.asm
enable_language(ASM-ATT)

option(ONLY_CONFIG_H "Only generate config.h" OFF)
option(SPUR_OBJECT_MODEL "Spur Object Model" ON)
Expand Down

0 comments on commit 6a6ed62

Please sign in to comment.