Skip to content

Commit 79d7b2a

Browse files
committed
update cmake and ctest
1 parent 2fb39d0 commit 79d7b2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_VERBOSE_MAKEFILE YES)
1212
cmake_policy(SET CMP0069 NEW)
1313
# Configuration Options
1414
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)
1616
option(STAN_NO_RANGE_CHECKS "Disable range checks within the Stan library" OFF)
1717
option(STAN_MPI "Enable MPI support" OFF)
1818
option(STAN_OPENCL "Enable OpenCL support" OFF)

test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ add_subdirectory(unit)
191191
message(STATUS "Building tests: DONE")
192192

193193
if (STAN_TEST_HEADERS)
194+
message(STATUS, "Building Test Headers")
194195
# Detect OS
195196
if(WIN32)
196197
set(DEV_NULL "NUL")

0 commit comments

Comments
 (0)