Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in definition in CMakeLists.txt #643

Closed
twmr opened this issue Nov 18, 2022 · 2 comments
Closed

Typo in definition in CMakeLists.txt #643

twmr opened this issue Nov 18, 2022 · 2 comments

Comments

@twmr
Copy link

twmr commented Nov 18, 2022

I guess the definition here should be -DVTermSBClearNotExists

add_definitions(-VTermSBClearNotExists)

@bjodah
Copy link

bjodah commented Nov 18, 2022

I just ran into this as well:

+ cmake --build ./build
[ 25%] Building C object CMakeFiles/vterm-module.dir/vterm-module.c.o
cc: error: unrecognized command-line option ‘-VTermSBClearNotExists’
gmake[2]: *** [CMakeFiles/vterm-module.dir/build.make:76: CMakeFiles/vterm-module.dir/vterm-module.c.o] Error 1

@twmr
Copy link
Author

twmr commented Nov 18, 2022

Fixing it locally worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants