diff options
| -rw-r--r-- | cmake/opentrack-word-size.cmake | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/cmake/opentrack-word-size.cmake b/cmake/opentrack-word-size.cmake index c670ed59..19a854ed 100644 --- a/cmake/opentrack-word-size.cmake +++ b/cmake/opentrack-word-size.cmake @@ -1,8 +1,7 @@  include(CheckTypeSize)
  check_type_size(void* opentrack-word-size BUILTIN_TYPES_ONLY LANGUAGE C)
 -message(STATUS "detected word size is ${opentrack-word-size}")
  if(opentrack-word-size LESS 4)
 -    message(FATAL_ERROR "word size either misdetected or really less than 4")
 +    message(FATAL_ERROR "word size '${opentrack-word-size}' either misdetected or really less than 4")
  endif()
  set(opentrack-word-size ${opentrack-word-size})
  if(opentrack-word-size EQUAL 8)
 | 
