Skip to content

Commit

Permalink
Fix OPENMP option
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerheiser committed Jul 29, 2020
1 parent 84102fe commit c28d832
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 @@ -94,7 +94,7 @@ if(USE_JASPER)
find_package(Jasper REQUIRED)
endif()

if(USE_OPENMP)
if(OPENMP)
list(APPEND definitions_list -DUSE_OPENMP)
find_package(OpenMP)
endif()
Expand Down

0 comments on commit c28d832

Please sign in to comment.