Skip to content

Commit

Permalink
Added option -DWITH_UNIT_TESTS
Browse files Browse the repository at this point in the history
default is ON
  • Loading branch information
9EOR9 committed Sep 5, 2018
1 parent 7af1e59 commit 271a2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ELSE()
OPTION(WITH_RTC "enables run time checks for debug builds" OFF)
ENDIF()

OPTION(WITH_UNIT_TESTS "builds unittests" ON)
OPTION(WITH_EXTERNAL_ZLIB "Enables use of external zlib" OFF)
###############

Expand Down

0 comments on commit 271a2c7

Please sign in to comment.