Lines Matching refs:boolean
15 # this will have ${boolean} = TRUE if the flag succeeds, otherwise FALSE.
16 function(libomp_check_linker_flag flag boolean)
17 if(NOT DEFINED "${boolean}")
29 set(base_dir ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/link_flag_check_${boolean})
35 message(STATUS "Performing Test ${boolean}")
55 set(${boolean} 1 CACHE INTERNAL "Test ${boolean}")
56 message(STATUS "Performing Test ${boolean} - Success")
58 "Performing C Linker Flag test ${boolean} succeeded with the following output:\n"
62 set(${boolean} "" CACHE INTERNAL "Test ${boolean}")
63 message(STATUS "Performing Test ${boolean} - Failed")
65 "Performing C Linker Flag test ${boolean} failed with the following output:\n"
70 set(${boolean} ${retval} PARENT_SCOPE)