Skip to content

Commit

Permalink
Add CMake option to build unit tests
Browse files Browse the repository at this point in the history
Pass -DENABLE_TESTS into CMake
  • Loading branch information
Andrew Hyatt committed Jan 20, 2020
1 parent 896b5dc commit bc177bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ option(FULL_BUILD "Include large items in the build" ON)
option(TARGET_i386 "Enable i386 slices" ON)
option(TARGET_x86_64 "Enable x86_64 slices" ON)
option(DEBIAN_PACKAGING "Packaging for Debian" OFF)
option(ENABLE_TESTS "Install in-prefix unit tests" OFF)

FindDsymutil()

Expand Down

0 comments on commit bc177bc

Please sign in to comment.