From: Ben Ashbaugh Date: Fri, 1 May 2020 04:48:27 +0000 (-0700) Subject: runtimeobject.lib should be lower case X-Git-Tag: upstream/v2022.01.04~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbdf079426d859fb8a68c332b41b714f9c87d6ad;p=platform%2Fupstream%2FOpenCL-ICD-Loader.git runtimeobject.lib should be lower case --- 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)