runtimeobject.lib should be lower case
authorBen Ashbaugh <ben.ashbaugh@intel.com>
Fri, 1 May 2020 04:48:27 +0000 (21:48 -0700)
committerAlastair Murray <alastairmurray42@gmail.com>
Fri, 8 May 2020 22:01:40 +0000 (23:01 +0100)
CMakeLists.txt

index 14115bb6fff42569863cb5dd0bd219d56efca877..db45089a8db8df35c2aa3211e96bd1ac117c32d3 100644 (file)
@@ -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)