mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
Check*: Added include guards
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
# CMAKE_REQUIRED_LIBRARIES = list of libraries to link
|
||||
# CMAKE_REQUIRED_QUIET = execute quietly without messages
|
||||
|
||||
include_guard(GLOBAL)
|
||||
|
||||
macro(CHECK_LIBRARY_EXISTS LIBRARY FUNCTION LOCATION VARIABLE)
|
||||
if(NOT DEFINED "${VARIABLE}")
|
||||
set(MACRO_CHECK_LIBRARY_EXISTS_DEFINITION
|
||||
|
||||
Reference in New Issue
Block a user