Skip to content

Commit 1c607d4

Browse files
committed
typo in cmakelists
1 parent bf50827 commit 1c607d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(LIBPLANC_VERSION "${LIBPLANC_MAJOR_VERSION}.${LIBPLANC_MINOR_VERSION}.${LIBP
2121
set(NMFLIB_MAJOR_VERSION 1)
2222
set(NMFLIB_MINOR_VERSION 0)
2323
set(NMFLIB_PATCH_VERSION 0)
24-
set(NMFLIB_VERSION "${NMFLIB_MAJOR_VERSION}.${NMFLIB_MINOR_VERSION}.${NMFLIB_PATCH_VERSION}"
24+
set(NMFLIB_VERSION "${NMFLIB_MAJOR_VERSION}.${NMFLIB_MINOR_VERSION}.${NMFLIB_PATCH_VERSION}")
2525
message(STATUS "This is libplanc ${LIBPLANC_VERSION} containing component nmflib ${NMFLIB_VERSION}")
2626
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
2727
include(CheckIncludeFile)

0 commit comments

Comments
 (0)