We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a2338 + e7cd7c0 commit 2a81096Copy full SHA for 2a81096
CMakeLists.txt
@@ -315,13 +315,21 @@ endif( WITH_BOOST )
315
# See the cmake doc.
316
# Till then, stay with the old macro.
317
set(Python_ADDITIONAL_VERSIONS 2.7)
318
+<<<<<<< HEAD
319
find_package(PythonInterp 3.5)
320
if(NOT PYTHONINTERP_FOUND)
321
find_package(PythonInterp 2.7)
322
endif()
323
324
# This target is built by pymoose/CMakeLists.txt file.
325
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
333
334
# always override debian default installation directory. It will be installed in
335
# site-packages instead of dist-packages.
0 commit comments