Fixes by cmake-format

This commit is contained in:
github-actions[bot] 2020-11-03 09:42:30 +00:00 committed by Gaute Lindkvist
parent 2cecedae99
commit 03bae9df8b

View File

@ -257,7 +257,7 @@ add_library(
${SOURCE_GROUP_HEADER_FILES} ${SOURCE_GROUP_SOURCE_FILES}
${GRPC_HEADER_FILES} ${GRPC_CPP_SOURCES})
if (RESINSIGHT_GRPC_INSTALL_PREFIX)
if(RESINSIGHT_GRPC_INSTALL_PREFIX)
target_include_directories(${PROJECT_NAME} PRIVATE ${GRPC_INCLUDE_DIRS})
endif()