From bbdf079426d859fb8a68c332b41b714f9c87d6ad Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Thu, 30 Apr 2020 21:48:27 -0700 Subject: [PATCH] runtimeobject.lib should be lower case --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14115bb..db45089 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ add_library (OpenCL ${OPENCL_ICD_LOADER_SOURCES}) set_target_properties (OpenCL PROPERTIES VERSION "1.2" SOVERSION "1") if (WIN32) - target_link_libraries (OpenCL cfgmgr32.lib RuntimeObject.lib) + target_link_libraries (OpenCL cfgmgr32.lib runtimeobject.lib) option (OPENCL_ICD_LOADER_DISABLE_OPENCLON12 "Disable support for OpenCLOn12. Support for OpenCLOn12 should only be disabled when building an import lib to link with, and must be enabled when building an ICD loader for distribution!" OFF) if (OPENCL_ICD_LOADER_DISABLE_OPENCLON12) -- 2.7.4