Skip to content
Prev Previous commit
Next Next commit
Fix cmakefile to enable testing so CI can run tests through ctest
  • Loading branch information
thelema authored Mar 26, 2022
commit 7b5e13852be2564471182ff4d297f766976e2240
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.1)
project(docopt.cpp VERSION 0.6.2)

include(GNUInstallDirs)
enable_testing()

#============================================================================
# Settable options
Expand Down