Skip to content

Commit

Permalink
removed BUILD_TESTS option, now use BUILD_TESTING, like other NCEPLIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Oct 4, 2023
1 parent 5dd85fa commit 8ac2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ add_subdirectory(tables)
# Turn on unit testing.
include(CTest)
if(BUILD_TESTING)
add_subdirectory(tests)
add_subdirectory(test)
endif()

# Generate doxygen documentation if desired.
Expand Down

0 comments on commit 8ac2dbc

Please sign in to comment.