Skip to content

Commit

Permalink
fix: cmakedefine USE_CRYPTOPP
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuening committed Sep 4, 2018
1 parent 4304ee2 commit 4dfd0f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/klee/Config/config.h.cmin
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/* Using Z3 Solver backend */
#cmakedefine ENABLE_Z3 @ENABLE_Z3@

/* Using CryptoPP */
#cmakedefine USE_CRYPTOPP @USE_CRYPTOPP@

/* Does the platform use __ctype_b_loc, etc. */
#cmakedefine HAVE_CTYPE_EXTERNALS @HAVE_CTYPE_EXTERNALS@

Expand Down

0 comments on commit 4dfd0f6

Please sign in to comment.