Skip to content

Remove hard coded paths for g++ #40

Merged
mikelangmayr merged 3 commits intomainfrom
not-hardcode-g++
Aug 16, 2024
Merged

Remove hard coded paths for g++ #40
mikelangmayr merged 3 commits intomainfrom
not-hardcode-g++

Conversation

@mikelangmayr
Copy link
Copy Markdown
Contributor

@mikelangmayr mikelangmayr commented Aug 16, 2024

  • remove gcc and g++ hard coded paths in cmake file
  • move .c files to .cpp since they were already treated as cpp
  • remove REQUIRED flag for gtest so it fails gracefully if it's missing
  • require g++ as compiler

@mikelangmayr mikelangmayr merged commit 016f96c into main Aug 16, 2024
@mikelangmayr mikelangmayr deleted the not-hardcode-g++ branch August 16, 2024 16:19
prkrtg pushed a commit that referenced this pull request Sep 8, 2025
* Remove hard coded paths for g++ and rename .c files to .cpp since they were already treated as cpp

* cleanup

* clean up g++ flags, require g++ compiler
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

Successfully merging this pull request may close these issues.

2 participants