Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
eb2ea3db8beffd0779b034b5ee4697cfef3e9088
/
.
/
Tests
/
FindPython
/
VirtualEnvConda
/
VirtualEnvDefault.cmake
blob: 020ecacd9dd792b84af073a3f9962bbb76859530 [
file
]
find_package
(
Python3
REQUIRED
)
if
(
NOT
Python3_EXECUTABLE
MATCHES
"^${PYTHON3_VIRTUAL_ENV}/.+"
)
message
(
FATAL_ERROR
"Fail to use virtual environment"
)
endif
()