We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0fefc1 + e140d8e commit 5ebbefdCopy full SHA for 5ebbefd
cmake/components/Apps.cmake
@@ -26,7 +26,8 @@ include(ExternalProject)
26
27
# Find WCSLIB for passing to Apps
28
find_package(WCSLIB REQUIRED)
29
-find_package(Python 3.6 COMPONENTS Interpreter Development REQUIRED)
+# Turn this on only when debugging on TACC
30
+#find_package(Python3 3.6 COMPONENTS Interpreter Development REQUIRED)
31
32
# Build dependency list based on enabled features
33
set(APPS_DEPENDS Casacpp Hpg Parafeed Casacore Pybind11)
0 commit comments