We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f861fe commit dbd97dfCopy full SHA for dbd97df
CMakeModules/FindLibVAL.cmake
@@ -93,7 +93,7 @@ else()
93
set(LIBVAL_LIBRARIES ${LIBSRES_LIBRARY} ${LIBVAL_LIBRARY})
94
95
include(FindPackageHandleStandardArgs)
96
- find_package_handle_standard_args(LIBVAL DEFAULT_MSG LIBVAL_LIBRARIES LIBVAL_INCLUDE_DIRS)
+ find_package_handle_standard_args(LibVAL DEFAULT_MSG LIBVAL_LIBRARIES LIBVAL_INCLUDE_DIRS)
97
98
# show the LIBVAL_INCLUDE_DIRS and LIBVAL_LIBRARIES variables only in the advanced view
99
mark_as_advanced(LIBVAL_INCLUDE_DIRS LIBVAL_LIBRARIES)
0 commit comments