Skip to content

Commit

Permalink
Fix CMake message type (#970)
Browse files Browse the repository at this point in the history
Resolves #969 (Fix CMake message type).
  • Loading branch information
apcountryman authored Dec 13, 2023
1 parent 8a15192 commit b0ffd1b
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 @@ -120,7 +120,7 @@ if( NOT "${PICOLIBRARY_HIL_INCLUDE_DIR}" STREQUAL "${PROJECT_SOURCE_DIR}/include
endif( NOT "${PICOLIBRARY_HIL_INCLUDE_DIR}" STREQUAL "${PROJECT_SOURCE_DIR}/include" )

if( ${PICOLIBRARY_ENABLE_AUTOMATED_TESTING} )
message( "PICOLIBRARY_ENABLE_AUTOMATED_TESTING must be OFF" )
message( FATAL_ERROR "PICOLIBRARY_ENABLE_AUTOMATED_TESTING must be OFF" )
endif( ${PICOLIBRARY_ENABLE_AUTOMATED_TESTING} )

if( ${PICOLIBRARY_MICROCHIP_MEGAAVR0_ENABLE_INTERACTIVE_TESTING} AND NOT ${PICOLIBRARY_ENABLE_INTERACTIVE_TESTING} )
Expand Down

0 comments on commit b0ffd1b

Please sign in to comment.