Skip to content

Commit dbd97df

Browse files
committed
cmake BUGFIX exact package name
1 parent 5f861fe commit dbd97df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeModules/FindLibVAL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ else()
9393
set(LIBVAL_LIBRARIES ${LIBSRES_LIBRARY} ${LIBVAL_LIBRARY})
9494

9595
include(FindPackageHandleStandardArgs)
96-
find_package_handle_standard_args(LIBVAL DEFAULT_MSG LIBVAL_LIBRARIES LIBVAL_INCLUDE_DIRS)
96+
find_package_handle_standard_args(LibVAL DEFAULT_MSG LIBVAL_LIBRARIES LIBVAL_INCLUDE_DIRS)
9797

9898
# show the LIBVAL_INCLUDE_DIRS and LIBVAL_LIBRARIES variables only in the advanced view
9999
mark_as_advanced(LIBVAL_INCLUDE_DIRS LIBVAL_LIBRARIES)

0 commit comments

Comments
 (0)