diff libcommon/CMakeLists.txt @ 681:f16a876e4a6a

CMake: uniform extern library names
author David Demelier <markand@malikania.fr>
date Thu, 12 Apr 2018 21:01:10 +0200
parents 95ac3ace1610
children d30793525261
line wrap: on
line diff
--- a/libcommon/CMakeLists.txt	Thu Apr 12 20:45:02 2018 +0200
+++ b/libcommon/CMakeLists.txt	Thu Apr 12 21:01:10 2018 +0200
@@ -63,7 +63,7 @@
         ${SOURCES}
     FLAGS ${FLAGS}
     LIBRARIES
-        extern-json
+        libextern-json
         ${Boost_LIBRARIES}
         $<$<BOOL:${WIN32}>:shlwapi>
         $<$<BOOL:${WIN32}>:ws2_32>