Skip to content

Commit 1901fc6

Browse files
committed
build: raise error with -DWITH_SURVEY=ON if WebKit2GTK is missing
Bug introduced in 202aa49.
1 parent 35e3b4e commit 1901fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remmina/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if(WITH_SURVEY)
121121
"src/remmina_survey.h"
122122
)
123123
else(WEBKIT2_FOUND)
124-
message(ERROR "Weki2gtk-4.0 is required")
124+
message(FATAL_ERROR "Either webkit2gtk-4.0 or webkit2gtk-3.0 is required")
125125
endif(WEBKIT2_FOUND)
126126
endif(WITH_SURVEY)
127127

0 commit comments

Comments
 (0)