summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-18 22:44:53 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-18 22:44:53 +0100
commita5bad9a39503540dcf4b053d92ff6e911491076e (patch)
tree37702a47a9fc3381a1f7d3b5031d2e882e8a1453 /CMake/options.cmake
parentd3a3ab40b7cfe3aa5adbcbc7895ec48d39dc89c1 (diff)
CMake: formatting only
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index f4adee1a0..d04431ba7 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -424,7 +424,7 @@ option(FLTK_USE_POLL "use poll if available" OFF)
mark_as_advanced(FLTK_USE_POLL)
if(FLTK_USE_POLL)
- CHECK_FUNCTION_EXISTS(poll USE_POLL)
+ check_function_exists(poll USE_POLL)
endif(FLTK_USE_POLL)
#######################################################################