Skip to content

Commit

Permalink
fix cmake error
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Sep 30, 2023
1 parent 336bf49 commit a2e6592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (FR_ENABLE_NCNN)
if (FR_BUILD_PYTHON)
# pybind11 requires RTTI
option(NCNN_DISABLE_RTTI "" OFF)
else()
endif()
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Android" AND NOT CMAKE_CROSSCOMPILING)
option(NCNN_OPENMP "" OFF)
option(NCNN_SIMPLEOMP "" ON)
Expand Down

0 comments on commit a2e6592

Please sign in to comment.