CMake's get_filename_component with NAME_WE parameters, interprets first period…
CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file'
Showing
Please
register
or
sign in
to comment