src/CMakeLists.txt: fix an indentation

This commit is contained in:
Jon Trulson 2016-08-29 17:39:41 -06:00 committed by Noel Eck
parent 372b83fbed
commit 1b74f5335d

View File

@ -274,7 +274,7 @@ function (UPM_MIXED_MODULE_INIT)
if (NOT ${libname} MATCHES "utilities-c")
target_link_libraries (${libname} upmc-utilities)
endif()
endif (UPM_MIXED_MODULE_INIT_C_SRC)
endif (UPM_MIXED_MODULE_INIT_C_SRC)
# Build C++ if enabled AND C++ headers exist
if (BUILDCPP AND UPM_MIXED_MODULE_INIT_CPP_HDR)