diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-25 19:28:21 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-05-27 20:53:50 +0000 |
commit | 7cf80af582a12fba4b547b1f2b01c27b8295f84c (patch) | |
tree | 8649b130b4c8f0c179232c10a7d5bee71f08097d /src/CMakeLists.txt | |
parent | 9303b10897324d5af1645ed3069303328221dd93 (diff) |
build: kindly ask python not to polute src/
Type: make
Change-Id: I1ec82e0f3c19dee79f942996339240c73d4e380c
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1730e7b669e..84631203265 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -73,6 +73,7 @@ set(VPP_LIBRARY_DIR "lib" CACHE STRING "Relative library directory path") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${VPP_RUNTIME_DIR}) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${VPP_LIBRARY_DIR}) set(VPP_BINARY_DIR ${CMAKE_BINARY_DIR}/CMakeFiles) +set(PYENV PYTHONPYCACHEPREFIX=${CMAKE_BINARY_DIR}/CMakeFile/__pycache__) if (CMAKE_BUILD_TYPE) add_compile_options(-g -fPIC -Werror -Wall) |