mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake support: fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e5a4b5a618
commit
ff906ba699
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ string(COMPARE EQUAL "${${PROJECT_NAME}_SOURCE_DIR}" "${${PROJECT_NAME}_BINARY_D
|
|||
if (insource)
|
||||
message(STATUS "building in Subsurface source tree - we recommend out of tree builds")
|
||||
else()
|
||||
message(STATUE "out of source build from source in ${${PROJECT_NAME}_SOURCE_DIR}")
|
||||
message(STATUS "out of source build from source in ${${PROJECT_NAME}_SOURCE_DIR}")
|
||||
endif()
|
||||
get_filename_component(PARENTDIR ${${PROJECT_NAME}_SOURCE_DIR} PATH)
|
||||
string(COMPARE EQUAL "${${PROJECT_NAME}_SOURCE_DIR}" "${PARENTDIR}" insourcesubdir)
|
||||
|
|
Loading…
Reference in a new issue