Browse Source

CMake: don't build egg2dae

This is not a finished tool, which is why we don't build it in makepanda
rdb 5 years ago
parent
commit
df4d6fd2dd
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pandatool/src/daeprogs/CMakeLists.txt

+ 0 - 4
pandatool/src/daeprogs/CMakeLists.txt

@@ -1,9 +1,5 @@
 if(HAVE_EGG AND HAVE_FCOLLADA)
 
-  add_executable(egg2dae eggToDAE.cxx eggToDAE.h)
-  target_link_libraries(egg2dae p3daeegg p3eggbase p3progbase)
-  install(TARGETS egg2dae EXPORT Tools COMPONENT Tools DESTINATION ${CMAKE_INSTALL_BINDIR})
-
   add_executable(dae2egg daeToEgg.cxx daeToEgg.h)
   target_link_libraries(dae2egg p3daeegg p3eggbase p3progbase)
   install(TARGETS dae2egg EXPORT Tools COMPONENT Tools DESTINATION ${CMAKE_INSTALL_BINDIR})