Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.52 KB | None | 0 0
  1. diff --git a/libtrellis/CMakeLists.txt b/libtrellis/CMakeLists.txt
  2. index d34d2e9..f51c44f 100644
  3. --- a/libtrellis/CMakeLists.txt
  4. +++ b/libtrellis/CMakeLists.txt
  5. @@ -62,7 +62,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