Commit d1bb85509d5ef3243687a9ed061952a194ac9884
1 parent
66d23de8
build fix
Showing
1 changed file
with
0 additions
and
9 deletions
openbr/CMakeLists.txt
| ... | ... | @@ -2,15 +2,6 @@ |
| 2 | 2 | configure_file(${BR_SHARE_DIR}/version.h.in version.h) |
| 3 | 3 | include_directories(${CMAKE_CURRENT_BINARY_DIR}) |
| 4 | 4 | |
| 5 | -# Janus API | |
| 6 | -set(JANUS_BUILD_PP5_WRAPPER ${BR_WITH_PP5} CACHE BOOL "Build Janus implementation using PittPatt 5") | |
| 7 | -set(JANUS_BUILD_DOCS ${BR_BUILD_DOCUMENTATION} CACHE BOOL "Build Janus HTML Doxygen documentation") | |
| 8 | -mark_as_advanced(JANUS_BUILD_PP5_WRAPPER) | |
| 9 | -mark_as_advanced(JANUS_BUILD_DOCS) | |
| 10 | -add_subdirectory(janus) | |
| 11 | -include_directories(janus/include) | |
| 12 | -install(DIRECTORY janus/include DESTINATION .) | |
| 13 | - | |
| 14 | 5 | # Collect source files |
| 15 | 6 | aux_source_directory(. SRC) |
| 16 | 7 | aux_source_directory(core BR_CORE) | ... | ... |