Commit 15bd969 1 parent b8966a6 commit 15bd969 Copy full SHA for 15bd969
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ if(SKBUILD)
124
124
install (TARGETS interrogate_module COMPONENT tools DESTINATION interrogate_module)
125
125
else ()
126
126
install (TARGETS interrogate interrogate_module COMPONENT tools DESTINATION ${CMAKE_INSTALL_BINDIR} )
127
- install (FILES ${INTERROGATE_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /panda3d )
127
+ # install(FILES ${INTERROGATE_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/interrogate )
128
128
endif ()
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ target_link_libraries(interrogatedb dtoolutil)
42
42
install (TARGETS interrogatedb
43
43
DESTINATION ${CMAKE_INSTALL_LIBDIR}
44
44
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
45
- INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /panda3d )
46
- install (FILES ${INTERROGATEDB_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /panda3d )
47
- install (FILES ${IGATERUNTIME_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /panda3d )
45
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /interrogatedb )
46
+ install (FILES ${INTERROGATEDB_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /interrogatedb )
47
+ install (FILES ${IGATERUNTIME_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /interrogatedb )
48
48
49
49
# ALSO: This has an Interrogate binding! Take care of that if we want it.
50
50
# Note we don't use the regular Interrogate macros; this has some custom flags
You can’t perform that action at this time.
0 commit comments