Browse Source

CMake: enter the Corrade/Containers directory unconditionally.

The Python-specific conditionals are inside as well.
next
Vladimír Vondruš 3 years ago
parent
commit
8ee4ed882c
  1. 4
      src/Corrade/CMakeLists.txt

4
src/Corrade/CMakeLists.txt

@ -30,6 +30,6 @@ set(CMAKE_FOLDER "Corrade/Python")
if(MAGNUM_WITH_PYTHON)
add_custom_target(CorradePython SOURCES PythonBindings.h)
install(FILES PythonBindings.h DESTINATION ${CORRADE_INCLUDE_INSTALL_DIR})
add_subdirectory(Containers)
endif()
add_subdirectory(Containers)

Loading…
Cancel
Save