Skip to content

Commit

Permalink
Merge pull request #9055 from dnakamura/switch_stacks
Browse files Browse the repository at this point in the history
CMake: Fix typo in windows cache
  • Loading branch information
DanHeidinga committed Mar 31, 2020
2 parents 03878bd + 3ffd13b commit 09f1190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cmake/caches/win_x86-64.cmake
Expand Up @@ -45,6 +45,6 @@ set(J9VM_MODULE_CODERT_IA32 ON CACHE BOOL "")
set(J9VM_MODULE_JIT_IA32 ON CACHE BOOL "")
set(J9VM_MODULE_JITRT_IA32 ON CACHE BOOL "")
set(J9VM_MODULE_MASM2GAS ON CACHE BOOL "")
set(J9VM_OPT_SWITCH_STACK_FOR_SIGNAL_HANDLER ON CACHE BOOL "")
set(J9VM_OPT_SWITCH_STACKS_FOR_SIGNAL_HANDLER ON CACHE BOOL "")

include("${CMAKE_CURRENT_LIST_DIR}/common.cmake")

0 comments on commit 09f1190

Please sign in to comment.