Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jan 30, 2022
1 parent cb8edaf commit 5b09469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@ else()
add_custom_target(dist)
endif()

include(FindPythonInterp)
if(NOT PYTHONINTERP_FOUND)
message(FATAL "Could not find Python interpreter")
endif()

message(STATUS "When building executables with the bml library, please use the following link flags")

if(OPENMP_FOUND)
Expand Down

0 comments on commit 5b09469

Please sign in to comment.