Procházet zdrojové kódy

CMake: 'direct' depends on 'panda'

Sam Edwards před 12 roky
rodič
revize
e2a03d6435
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      direct/CMakeLists.txt

+ 4 - 0
direct/CMakeLists.txt

@@ -1,3 +1,7 @@
+if(NOT BUILD_PANDA)
+  message(FATAL_ERROR "Cannot build direct without panda!  Please enable the BUILD_PANDA option.")
+endif()
+
 # Include source directories which have C++ components:
 add_subdirectory(src/directbase)
 add_subdirectory(src/autorestart)