We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7001f commit 47d2794Copy full SHA for 47d2794
CMakeLists.txt
@@ -3440,7 +3440,7 @@ if(WIN32 OR CYGWIN OR MSYS)
3440
endif(MSVC)
3441
endif(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
3442
else(WIN32 OR CYGWIN OR MSYS)
3443
- install(TARGETS ${LIBRARIES_TO_INSTALL} DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR})
+ install(TARGETS ${LIBRARIES_TO_INSTALL} DESTINATION ${CMAKE_INSTALL_LIBDIR})
3444
endif(WIN32 OR CYGWIN OR MSYS)
3445
3446
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/pcap/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/pcap)
0 commit comments