Skip to content
  • Brad King's avatar
    Tests: Speed up RunCMake.include_directories test · 9998d78d
    Brad King authored
    Remove unnecessary language initializations.  Change the main
    CMakeLists.txt project() call to specify NONE.  Use enable_language(CXX)
    instead of project() in cases that need it to avoid enabling C too.
    9998d78d