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
I have win_flex.exe and win_bison.exe. I've tried setting the paths to these as environment variables (set FLEX_EXECUTABLE=C:\Dropbox\Programs\win_flex_bison\win_flex.exe), as lines at the top of CmakeLists.txt (SET(BISON_EXECUTABLE "C:/Dropbox/Programs/win_flex_bison/win_bison.exe" CACHE PATHFILE "bison")) and as lines in the main body of CmakeLists.txt (as above). In each case, we get the same error as if they were unset. What is the correct way to do this?
The text was updated successfully, but these errors were encountered:
I have win_flex.exe and win_bison.exe. I've tried setting the paths to these as environment variables (set FLEX_EXECUTABLE=C:\Dropbox\Programs\win_flex_bison\win_flex.exe), as lines at the top of CmakeLists.txt (SET(BISON_EXECUTABLE "C:/Dropbox/Programs/win_flex_bison/win_bison.exe" CACHE PATHFILE "bison")) and as lines in the main body of CmakeLists.txt (as above). In each case, we get the same error as if they were unset. What is the correct way to do this?
The text was updated successfully, but these errors were encountered: