mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config.h.cmake
This commit is contained in:
parent
acddee2465
commit
648e197021
@ -37,10 +37,6 @@ include_directories(
|
||||
${QT_INCLUDES}
|
||||
${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
if (LYX_DEVEL_VERSION)
|
||||
add_definitions(-DDEVEL_VERSION)
|
||||
endif()
|
||||
|
||||
if(LYX_MERGE_FILES)
|
||||
lyx_const_touched_files(_allinone frontends_qt4_sources)
|
||||
set(depends_moc_uic ${frontends_qt4_headers} ${ui_files})
|
||||
|
Loading…
Reference in New Issue
Block a user