Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 19, 2018
1 parent 32d5ae6 commit c035cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Boost-python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include("../common.cmake")

project(download-boost)

# Requires python version 3.6.7. Change this in config.cmake if necessary.
# Requires python version 3.5. Change this in config.cmake if necessary.
hunter_add_package(Boost COMPONENTS python)
find_package(Boost CONFIG REQUIRED python35)
find_package(PythonLibs ${REQUESTED_PYTHON_VERSION} EXACT REQUIRED)
Expand Down

0 comments on commit c035cad

Please sign in to comment.