mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
cmake: remove obsolete file generation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17630 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
37d8b3c27b
commit
e808e7bb4b
@ -159,7 +159,6 @@ macro (LYX_CREATE_FINAL_FILES _filenameCPP _filesExcludedFromFinalFile )
|
||||
if (_isCFile)
|
||||
list(APPEND ${_filesExcludedFromFinalFile} ${_abs_FILE})
|
||||
else (_isCFile)
|
||||
file(APPEND ${_filenameCPP} "#include \"${_abs_FILE}\"\n")
|
||||
|
||||
GET_FILENAME_COMPONENT(_file_name ${_abs_FILE} NAME_WE)
|
||||
STRING(REGEX REPLACE "-" "_" _file_name "${_file_name}" )
|
||||
|
Loading…
Reference in New Issue
Block a user