Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
084aa40ecb4ce50029db61b19b7ed614d59d0a0d
/
.
/
Tests
/
FindPython
/
VirtualEnvConda
/
VirtualEnvStandard.cmake
blob: 89f27d8da2bc095f25da44507ea0dc18e5046b54 [
file
] [
log
] [
blame
]
set
(
Python3_FIND_VIRTUALENV
STANDARD
)
find_package
(
Python3
REQUIRED
)
if
(
Python3_EXECUTABLE
MATCHES
"^${PYTHON3_VIRTUAL_ENV}/.+"
)
message
(
FATAL_ERROR
"Python3 virtual env unexpectedly found."
)
endif
()