Skip to content
Snippets Groups Projects
Commit c4a99e9a authored by Merov Linden's avatar Merov Linden
Browse files

VWR-22769 : libPNG linking: fixed the non standalone case so that we can keep...

VWR-22769 : libPNG linking: fixed the non standalone case so that we can keep things unchanged for those folks (libpng wise) while taking in changes making things easier for standalone builders
parent 9c4a2547
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,6 @@ set(PNG_FIND_REQUIRED ON) ...@@ -6,6 +6,6 @@ set(PNG_FIND_REQUIRED ON)
if (STANDALONE) if (STANDALONE)
include(FindPNG) include(FindPNG)
else (STANDALONE) else (STANDALONE)
set(PNG_LIBRARIES png) set(PNG_LIBRARIES png12)
set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12)
endif (STANDALONE) endif (STANDALONE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment