Skip to content

Commit

Permalink
Fix handling of VPUX ELF and Bitcompactor submodules (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrestChura authored Feb 22, 2023
1 parent 2d05bde commit d6a03a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,8 @@ if(ENABLE_IMD_BACKEND)
add_definitions(-DENABLE_IMD_BACKEND)
endif()

ie_option(ENABLE_BITCOMPACTOR "Enable bitcompactor compression codec" OFF)
ie_option(ENABLE_BITCOMPACTOR "Enable bitcompactor compression codec" ON)
if(ENABLE_BITCOMPACTOR)
if(DEFINED ENV{BITCOMPACTOR_PATH})
set(BITCOMPACTOR_PATH $ENV{BITCOMPACTOR_PATH})
else()
message(FATAL_ERROR "bitcompactor was enabled, but BITCOMPACTOR_PATH was not set")
endif()
add_definitions(-DENABLE_BITCOMPACTOR)
endif()

Expand Down

0 comments on commit d6a03a9

Please sign in to comment.