Skip to content

Commit

Permalink
Don't build Chaiscript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hhirsch committed Mar 3, 2018
1 parent 5a1d9c8 commit 2ca1dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
set(RADIX_LIBRARY RadixEngine)
# Disable ChaiScript unit tests
set(BUILD_TESTING FALSE)

if (COVERAGE)
message("-- Coverage Enabled")
Expand Down

0 comments on commit 2ca1dde

Please sign in to comment.