Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bd07fbb

Browse files
Find boost.python3 on linux/win too
1 parent c552b57 commit bd07fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.3)
22
FIND_PACKAGE(PythonInterp)
33
FIND_PACKAGE(PythonLibs)
4-
if(APPLEAND${PYTHON_VERSION_MAJOR} EQUAL 3)
4+
if (${PYTHON_VERSION_MAJOR} EQUAL 3)
55
FIND_PACKAGE(Boost COMPONENTS python3)
66
else()
77
FIND_PACKAGE(Boost COMPONENTS python)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /