a port can not found it's upstream port export include header file, #35183
Closed
nocanstillbb
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
target_include_directories(prism_qt_modular INTERFACE
$<INSTALL_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../../include/prism_qt_modular>
) change to target_include_directories(prism_qt_modular INTERFACE
$<INSTALL_INTERFACE:include/prism_qt_modular>
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
background
i create 2 ports,
prism-qt-core
dependprism-qt-modular
, i got aautoMoc
error when i installprism-qt-core
,but if I install not via vcpkg, it work
about vcpkg buildtree, I unclear witch cmake files are using , so I come here for help ,
logs
number 14 of lines of prismQt_core.h is
if
prism_qt_modular port's CmakeList.txt
prism-qt-modularConfig.cmake
prism-qt-core CMakeList.txt
prism-qt-core portfile.cmake
what did I miss or do wrong?
Beta Was this translation helpful? Give feedback.
All reactions