Skip to content

Commit 5ebbefd

Browse files
committed
Merge branch 'fixpython' into 'main'
Python check in `Apps.cmake` turned off See merge request ardg/libra!145
2 parents e0fefc1 + e140d8e commit 5ebbefd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/components/Apps.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ include(ExternalProject)
2626

2727
# Find WCSLIB for passing to Apps
2828
find_package(WCSLIB REQUIRED)
29-
find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)
29+
# Turn this on only when debugging on TACC
30+
#find_package(Python3 3.6 COMPONENTS Interpreter Development REQUIRED)
3031

3132
# Build dependency list based on enabled features
3233
set(APPS_DEPENDS Casacpp Hpg Parafeed Casacore Pybind11)

0 commit comments

Comments
 (0)