Skip to content

Commit 2a81096

Browse files
committed
Merge remote-tracking branch 'bhallalab/master'
2 parents a4a2338 + e7cd7c0 commit 2a81096

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,21 @@ endif( WITH_BOOST )
315315
# See the cmake doc.
316316
# Till then, stay with the old macro.
317317
set(Python_ADDITIONAL_VERSIONS 2.7)
318+
<<<<<<< HEAD
318319
find_package(PythonInterp 3.5)
319320
if(NOT PYTHONINTERP_FOUND)
320321
find_package(PythonInterp 2.7)
321322
endif()
322323

323324
# This target is built by pymoose/CMakeLists.txt file.
324325
add_subdirectory(pymoose)
326+
=======
327+
find_package(PythonInterp 3.4)
328+
329+
# This target is built by pymoose/CMakeLists.txt file.
330+
add_subdirectory(pymoose)
331+
332+
>>>>>>> bhallalab/master
325333

326334
# always override debian default installation directory. It will be installed in
327335
# site-packages instead of dist-packages.

0 commit comments

Comments
 (0)