You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ find_package(BISON)
21
21
find_program (SED_TOOLNAMESsed)
22
22
23
23
if(NOT BISON_FOUND)
24
-
message(WARNING"Missing Bison.\nTarget bison does not exist.")
24
+
message(WARNING"Missing Bison.\nYou won't be able to generate source codes from changed flex/bison files.\nCompiling libyang should still works fine.")
25
25
elseif (NOT FLEX_FOUND)
26
-
message(WARNING"Missing Flex.\nTarget bison does not exist.")
26
+
message(WARNING"Missing Flex.\nYou won't be able to generate source codes from changed flex/bison files.\nCompiling libyang should still works fine.")
0 commit comments