Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.48 KB | None | 0 0
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 8131d4a..92b5d18 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -171,7 +171,7 @@ if (BUILD_PYTHON)
  6.      endwhile ()
  7.  
  8.      if (NOT Boost_PYTHON_FOUND)
  9. -        foreach (PyVer 3 36 37 38)
  10. +        foreach (PyVer 3 36 37 38 39)
  11.              find_package(Boost QUIET COMPONENTS python${PyVer} ${boost_libs})
  12.              if ("${Boost_LIBRARIES}" MATCHES ".*(python|PYTHON).*" )
  13.                  set(Boost_PYTHON_FOUND TRUE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement