We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944e951 commit 3e94017Copy full SHA for 3e94017
1 file changed
cpp/cmake/ProteoLizardDataConfig.cmake
@@ -15,7 +15,7 @@ find_dependency(TBB REQUIRED)
15
if(ProteoLizardData_FOUND)
16
set(ProteoLizardData_INCLUDE_DIRS ${ProteoLizardData_INCLUDE_DIR})
17
set(ProteoLizardData_LIBRARIES ${ProteoLizardData_LIBRARY})
18
- if(NOT TARGET ProteoLizard::proteolizard-data)
+ if(NOT TARGET ProteoLizard::proteolizarddata)
19
include("${CMAKE_CURRENT_LIST_DIR}/ProteoLizardDataTargets.cmake")
20
endif()
21
0 commit comments