mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Use package name 'LyX' on Mac OS, 'lyx' otherwise
This commit is contained in:
parent
6fea9d4f87
commit
6913a0c5f2
@ -7,7 +7,11 @@
|
||||
cmake_minimum_required(VERSION 2.6.4)
|
||||
|
||||
|
||||
set(LYX_PROJECT lyx)
|
||||
if(APPLE)
|
||||
set(LYX_PROJECT LyX)
|
||||
else()
|
||||
set(LYX_PROJECT lyx)
|
||||
endif()
|
||||
|
||||
set(LYX_CMAKE_DIR "development/cmake")
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/${LYX_CMAKE_DIR}/modules")
|
||||
|
Loading…
Reference in New Issue
Block a user