Skip to content
Snippets Groups Projects
Commit 174dd94d authored by Jan David Mol's avatar Jan David Mol
Browse files

ROHD-2747: Use latest python3 on buildhostcentos7 (dev vs cmake, round 3)

parent 49367e0f
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
# AS: put under comment as LOFAR general rule is to use shared libs now. # AS: put under comment as LOFAR general rule is to use shared libs now.
#option(BUILD_SHARED_LIBS "Build shared libraries" OFF) #option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
set(PYTHON_EXECUTABLE "/usr/bin/python3") set(PYTHON_EXECUTABLE "/usr/bin/python3.6" CACHE FILEPATH "")
set(PYTHON_FOUND TRUE)
set(WINCC_ROOT_DIR /opt/WinCC_OA/3.16) set(WINCC_ROOT_DIR /opt/WinCC_OA/3.16)
set(CASACORE_ROOT_DIR "/opt/casacore") set(CASACORE_ROOT_DIR "/opt/casacore")
set(CASAREST_ROOT_DIR "/opt/casarest") set(CASAREST_ROOT_DIR "/opt/casarest")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment