Skip to content
Snippets Groups Projects
Commit 00d941b4 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Revert "Ensure that the lib build destination matches the expected one for libAfterImage."

This reverts commit 70ceab88.
parent e6334513
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ if(builtin_afterimage)
ExternalProject_Get_Property(AFTERIMAGE INSTALL_DIR)
set(AFTERIMAGE_INCLUDE_DIR ${INSTALL_DIR}/include/libAfterImage)
set(AFTERIMAGE_LIBRARIES ${INSTALL_DIR}/${_LIBDIR_DEFAULT}/libAfterImage${CMAKE_STATIC_LIBRARY_SUFFIX})
set(AFTERIMAGE_LIBRARIES ${INSTALL_DIR}/lib/libAfterImage${CMAKE_STATIC_LIBRARY_SUFFIX})
endif()
#---Check for GSL library---------------------------------------------------------------
......
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