Skip to content

Commit

Permalink
Fix bracket typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 10, 2024
1 parent bec0b37 commit 1a9a0f2
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 @@ -77,7 +77,7 @@ include(cmake/version.cmake)
print_header("Building Cadabra version ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}.${CADABRA_VERSION_TWEAK} (${SYSTEM_BITS}-bit)")
message(STATUS "Build id '${CADABRA_VERSION_BUILD}' dated ${CADABRA_VERSION_DATE}")
message(STATUS "Build mode is set to '${CMAKE_BUILD_TYPE}'")
message(STATUS "Architecture is '${CMAKE_SYSTEM_PROCESSOR}}'")
message(STATUS "Architecture is '${CMAKE_SYSTEM_PROCESSOR}'")

# Store the version number in a build/VERSION file (so that e.g. github
# actions can pick it up).
Expand Down

0 comments on commit 1a9a0f2

Please sign in to comment.