Skip to content

Commit

Permalink
[cmake] Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnjo committed Jun 20, 2024
1 parent acde4c1 commit 398e058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ Compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}
C++ standard: ${CMAKE_CXX_STANDARD}
Compiler flags:
- C: ${CMAKE_C_FLAGS}
- C (built type specific): ${CMAKE_C_FLAGS_${_BUILD_TYPE_UPPER}}
- C (build type specific): ${CMAKE_C_FLAGS_${_BUILD_TYPE_UPPER}}
- C++: ${CMAKE_CXX_FLAGS}
- C++ (built type specific): ${CMAKE_CXX_FLAGS_${_BUILD_TYPE_UPPER}}
- C++ (build type specific): ${CMAKE_CXX_FLAGS_${_BUILD_TYPE_UPPER}}
Linker flags:
- Executable: ${CMAKE_EXE_LINKER_FLAGS}
- Module: ${CMAKE_MODULE_LINKER_FLAGS}
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/SetROOTVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function(SET_ROOT_VERSION)
if (${GIT_DESCRIBE_ALL} MATCHES "^tags/")
string(REGEX REPLACE "^tags/" "" GIT_DESCRIBE_ALWAYS ${GIT_DESCRIBE_ALL})
else()
message(WARNING "GIT_DESCRIBE_ALL is `${GIT_DESCRIBE_ALL}`·with a format unexpected for tags. Not setting the commit.")
message(WARNING "GIT_DESCRIBE_ALL is `${GIT_DESCRIBE_ALL}` with a format unexpected for tags. Not setting the commit.")
endif()
endif()

Expand Down

0 comments on commit 398e058

Please sign in to comment.