Skip to content

Commit a8dc58b

Browse files
Update components/core/CMakeLists.txt
closing bracket on a new line. Co-authored-by: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com>
1 parent 93b9764 commit a8dc58b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ if(CLP_NEED_LZMA)
319319
message(
320320
FATAL_ERROR
321321
"Detected LibLZMA version ${LIBLZMA_VERSION_STRING} is older than required"
322-
" ${REQUIRED_LIBLZMA_VERSION}")
322+
" ${REQUIRED_LIBLZMA_VERSION}"
323+
)
323324
endif()
324325
else()
325326
message(FATAL_ERROR "Could not find ${CLP_LIBS_STRING} libraries for Lzma")

0 commit comments

Comments
 (0)