aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-11-16 07:45:58 +0100
committerPierre Ossman <ossman@cendio.se>2023-01-10 19:41:13 +0100
commitc293cbdf9e52dc7344d58cc7a863bdc2fabc424c (patch)
treee0b2fa16ebacb99971febae7c07fd623b20ef789 /cmake
parent27262aeabf3e4d8e29d8f64dbbe48441b80ce387 (diff)
downloadtigervnc-c293cbdf9e52dc7344d58cc7a863bdc2fabc424c.tar.gz
tigervnc-c293cbdf9e52dc7344d58cc7a863bdc2fabc424c.zip
Use correct FATAL_ERROR CMake option
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/CMakeMacroLibtoolFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CMakeMacroLibtoolFile.cmake b/cmake/Modules/CMakeMacroLibtoolFile.cmake
index 9d04ef56..9dfc6136 100644
--- a/cmake/Modules/CMakeMacroLibtoolFile.cmake
+++ b/cmake/Modules/CMakeMacroLibtoolFile.cmake
@@ -5,7 +5,7 @@ macro(libtool_create_control_file _target)
# No support for shared libraries, as TigerVNC only needs libtool config
# files for static libraries.
if("${_target_type}" MATCHES "^[^STATIC_LIBRARY]$")
- message(ERROR " - trying to use libtool_create_control_file for non-static library target.")
+ message(FATAL_ERROR " - trying to use libtool_create_control_file for non-static library target.")
endif()
#