mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-04 05:10:06 +08:00
5 lines
139 B
CMake
Executable File
5 lines
139 B
CMake
Executable File
set(BZIP2_INCLUDE_DIR ${CMAKE_BINARY_DIR}/include/bzip2)
|
|
unset(BZIP2_LIBRARY)
|
|
set(BZIP2_LIBRARIES ${BZIP2_LIBRARY})
|
|
set(BZIP2_FOUND FALSE)
|