Skip to content

Commit

Permalink
make them both singular for consistency, and there's only one anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Jan 16, 2025
1 parent 111394c commit f2bbc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ endif(BRLCAD_PRINT_MSGS)
#---------------------------------------------------------------------
# Management of build types (this normalizes or sets CMAKE_BUILD_TYPE)
include(BRLCAD_Build_Types)
InitializeBuildTypes()
InitializeBuildType()
NormalizeBuildType()

#---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion misc/CMake/BRLCAD_Build_Types.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

#---------------------------------------------------------------------
# Function to initialize Release as the default build type.
function(InitializeBuildTypes)
function(InitializeBuildType)
# Release will provide users with the best performance. Debugging
# should be already enabled by default (elsewhere), even for
# Release, for backtraces and debuggability.
Expand Down

0 comments on commit f2bbc83

Please sign in to comment.