File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set(CMAKE_VERBOSE_MAKEFILE YES)
12
12
cmake_policy (SET CMP0069 NEW)
13
13
# Configuration Options
14
14
option (STAN_BUILD_DOCS "Build the Stan Math library documentation" OFF )
15
- option (STAN_TEST_HEADERS "Build the targets for the header checks" OFF )
15
+ option (STAN_TEST_HEADERS "Build the targets for the header checks" ON )
16
16
option (STAN_NO_RANGE_CHECKS "Disable range checks within the Stan library" OFF )
17
17
option (STAN_MPI "Enable MPI support" OFF )
18
18
option (STAN_OPENCL "Enable OpenCL support" OFF )
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ add_subdirectory(unit)
191
191
message (STATUS "Building tests: DONE" )
192
192
193
193
if (STAN_TEST_HEADERS)
194
+ message (STATUS , "Building Test Headers" )
194
195
# Detect OS
195
196
if (WIN32 )
196
197
set (DEV_NULL "NUL" )
You can’t perform that action at this time.
0 commit comments