Cmake/external/png fix install path inconsistency
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 10 Jul 2019 00:32:11 +0000 (09:32 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 10 Jul 2019 00:32:11 +0000 (09:32 +0900)
use the same path for lib install paths

Change-Id: I4fc42af2745c9e3eaeaf628c34b005d686268184
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tensorflow/contrib/cmake/external/png.cmake

index 1ee8eea4118afae745f575dc1acf2707e2bcee66..d73b02afa7e0ed0de206dccc2ac6e7f4c1997193 100644 (file)
@@ -36,7 +36,7 @@ if(WIN32)
     endif()
   endif()
 else()
-  set(png_STATIC_LIBRARIES ${CMAKE_BINARY_DIR}/png/install/${CMAKE_INSTALL_LIBDIR}/libpng16.a)
+  set(png_STATIC_LIBRARIES ${CMAKE_BINARY_DIR}/png/install/lib/libpng16.a)
 endif()
 
 set(png_HEADERS