summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/google-benchmark/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/google-benchmark/src/CMakeLists.txt')
-rw-r--r--libcxx/utils/google-benchmark/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/src/CMakeLists.txt b/libcxx/utils/google-benchmark/src/CMakeLists.txt
index 977474f43f2..7a77fdf41de 100644
--- a/libcxx/utils/google-benchmark/src/CMakeLists.txt
+++ b/libcxx/utils/google-benchmark/src/CMakeLists.txt
@@ -35,7 +35,7 @@ endif()
# We need extra libraries on Windows
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
- target_link_libraries(benchmark Shlwapi)
+ target_link_libraries(benchmark shlwapi)
endif()
# We need extra libraries on Solaris
OpenPOWER on IntegriCloud