Skip to content

Commit 3e94017

Browse files
committed
Fix exported target
1 parent 944e951 commit 3e94017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cmake/ProteoLizardDataConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ find_dependency(TBB REQUIRED)
1515
if(ProteoLizardData_FOUND)
1616
set(ProteoLizardData_INCLUDE_DIRS ${ProteoLizardData_INCLUDE_DIR})
1717
set(ProteoLizardData_LIBRARIES ${ProteoLizardData_LIBRARY})
18-
if(NOT TARGET ProteoLizard::proteolizard-data)
18+
if(NOT TARGET ProteoLizard::proteolizarddata)
1919
include("${CMAKE_CURRENT_LIST_DIR}/ProteoLizardDataTargets.cmake")
2020
endif()
2121
endif()

0 commit comments

Comments
 (0)