mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
cmake: remove 2.8 warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d096463859
commit
7dd0314c72
@ -22,6 +22,7 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||
else()
|
||||
message(STATUS "Building out-of-source")
|
||||
set(TOP_BINARY_DIR "${CMAKE_BINARY_DIR}")
|
||||
cmake_policy(SET CMP0013 OLD)
|
||||
endif()
|
||||
|
||||
add_subdirectory(development/cmake "${TOP_BINARY_DIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user