Skip to content

Commit

Permalink
Fix case of default CMake build mode. (p4lang#4993)
Browse files Browse the repository at this point in the history
Signed-off-by: fruffy <[email protected]>
  • Loading branch information
fruffy authored Nov 1, 2024
1 parent 09b4e63 commit b35c89b
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 @@ -78,7 +78,7 @@ set_property(CACHE MAX_LOGGING_LEVEL PROPERTY STRINGS 0 1 2 3 4 5 6 7 8 9 10)
add_definitions(-DMAX_LOGGING_LEVEL=${MAX_LOGGING_LEVEL})

if (NOT CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE "RELEASE")
set (CMAKE_BUILD_TYPE "Release")
endif()

if (NOT $ENV{P4C_VERSION} STREQUAL "")
Expand Down

0 comments on commit b35c89b

Please sign in to comment.