mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
cmake: cmake is really a strange macro language
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37173 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e576a4e3b5
commit
cdb3b00033
@ -268,7 +268,8 @@ macro(lyx_add_info_files group)
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
if(group)
|
||||
set(check_group ${group}) #cmake bug?
|
||||
if(check_group)
|
||||
source_group(${group} FILES ${lyx_${group}_info_files})
|
||||
endif()
|
||||
set(lyx_info_files ${lyx_info_files} ${lyx_${group}_info_files})
|
||||
|
Loading…
Reference in New Issue
Block a user