Skip to content

Commit

Permalink
Added variable to disable RTTI in RapidCheck (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo authored Nov 13, 2021
1 parent 4372563 commit 600ec2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FindRapidCheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake_minimum_required(VERSION 3.2)
include("GenericFindDependency")

set(RC_ENABLE_GTEST ON CACHE BOOL "" FORCE)
set(RC_ENABLE_RTTI OFF CACHE BOOL "" FORCE)

GenericFindDependency(
TARGET rapidcheck
Expand Down

0 comments on commit 600ec2a

Please sign in to comment.