Cmake support: fix typo

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-21 05:48:10 -07:00
parent e5a4b5a618
commit ff906ba699

View file

@ -124,7 +124,7 @@ string(COMPARE EQUAL "${${PROJECT_NAME}_SOURCE_DIR}" "${${PROJECT_NAME}_BINARY_D
if (insource) if (insource)
message(STATUS "building in Subsurface source tree - we recommend out of tree builds") message(STATUS "building in Subsurface source tree - we recommend out of tree builds")
else() 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() endif()
get_filename_component(PARENTDIR ${${PROJECT_NAME}_SOURCE_DIR} PATH) get_filename_component(PARENTDIR ${${PROJECT_NAME}_SOURCE_DIR} PATH)
string(COMPARE EQUAL "${${PROJECT_NAME}_SOURCE_DIR}" "${PARENTDIR}" insourcesubdir) string(COMPARE EQUAL "${${PROJECT_NAME}_SOURCE_DIR}" "${PARENTDIR}" insourcesubdir)