Skip to content

Commit

Permalink
update cmake and ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Nov 21, 2024
1 parent 2fb39d0 commit 79d7b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_VERBOSE_MAKEFILE YES)
cmake_policy(SET CMP0069 NEW)
# Configuration Options
option(STAN_BUILD_DOCS "Build the Stan Math library documentation" OFF)
option(STAN_TEST_HEADERS "Build the targets for the header checks" OFF)
option(STAN_TEST_HEADERS "Build the targets for the header checks" ON)
option(STAN_NO_RANGE_CHECKS "Disable range checks within the Stan library" OFF)
option(STAN_MPI "Enable MPI support" OFF)
option(STAN_OPENCL "Enable OpenCL support" OFF)
Expand Down
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ add_subdirectory(unit)
message(STATUS "Building tests: DONE")

if (STAN_TEST_HEADERS)
message(STATUS, "Building Test Headers")
# Detect OS
if(WIN32)
set(DEV_NULL "NUL")
Expand Down

0 comments on commit 79d7b2a

Please sign in to comment.