cmake HAVE_UUID_UUID_H examples

htcondor/htcondor build/cmake/CondorConfigure.cmake :336

find_path(HAVE_UUID_UUID_H "uuid/uuid.h")

htcondor/htcondor src/annex/CMakeLists.txt :9

endif( NOT HAVE_UUID_UUID_H )

htcondor/htcondor src/annex/CMakeLists.txt :46

include_directories( "${HAVE_UUID_UUID_H}" )

htcondor/htcondor src/condor_gridmanager/CMakeLists.txt :50

include_directories("${HAVE_UUID_UUID_H}")

christianparpart/x0 CMakeLists.txt :116

CHECK_INCLUDE_FILES(uuid/uuid.h HAVE_UUID_UUID_H)