MaciejPatro / cmake-tidy

Project provides a set of tools that will ease the development process for code written in CMake.
MIT License
15 stars 0 forks source link

lowercase keyword "version" #67

Closed MaciejPatro closed 4 years ago

MaciejPatro commented 4 years ago
                        set_target_properties(3rdparty::boost
                                PROPERTIES
                                        version
                                        ${Boost_FIND_VERSION}
                                        INTERFACE_COMPILE_DEFINITIONS "$<$<BOOL:${BUILD_SHARED_LIBS}>:BOOST_ALL_NO_LIB>"
                        )

version is keyword should be treated correctly

MaciejPatro commented 4 years ago

should it really be handled? lowercase keywords should also match?