8000 GitHub - eglinuxer/mt_cmake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eglinuxer/mt_cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt_cmake

  • Tips
    • debug cmake
      • cmake supported log level string
        • FATAL_ERROR
        • SEND_ERROR
        • WARNING
        • AUTHOR_WARNING
        • DEPRECATION
        • NOTICE
        • STATUS
        • VERBOSE
        • DEBUG
        • TRACE
      • cmake --log-level=VERBOSE
      • list(APPEND CMAKE_MESSAGE_INDENT " ")
      • list(APPEND CMAKE_MESSAGE_CONTEXT some_context)
        • need call cmake with --log-context
    • Change compiler
      • -DCMAKE_CXX_COMPILER=/usr/bin/g++-10
    • passing flags to compiler
      • -DCMAKE_CXX_FLAGS:STRING="-Wall -Werror"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0