Skip to content

Commit 3425b9c

Browse files
committed
correct capitalization of library
1 parent fdbc286 commit 3425b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ set(WITH_STATIC_CRT
128128
CACHE BOOL "Use Static CRT")
129129

130130
if(SYNLIG_USE_HOST_SURELOG)
131-
find_package(SURELOG REQUIRED)
131+
find_package(Surelog REQUIRED)
132132
find_package(UHDM REQUIRED)
133133
find_package(CapnProto)
134134
set(UHDM_LIBRARY uhdm::uhdm)

0 commit comments

Comments
 (0)