Skip to content

Commit

Permalink
Revert default test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Dec 27, 2022
1 parent 3d291f7 commit 7ca2737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s2e-ff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ project(S2E_FF
cmake_minimum_required(VERSION 3.13)

# build config
option(BUILD_64BIT "Build 64bit" ON)
option(GOOGLE_TEST "Execute GoogleTest" ON)
option(BUILD_64BIT "Build 64bit" OFF)
option(GOOGLE_TEST "Execute GoogleTest" OFF)
if (NOT BUILD_64BIT)
option(GOOGLE_TEST OFF) # GoogleTest supports 64bit only
endif()
Expand Down

0 comments on commit 7ca2737

Please sign in to comment.