diff --git a/integration/python/otterbrix/setup.py b/integration/python/otterbrix/setup.py index ac1c9f6b..b97338ba 100644 --- a/integration/python/otterbrix/setup.py +++ b/integration/python/otterbrix/setup.py @@ -20,7 +20,7 @@ include_package_data=True, extras_require={"test": ["pytest"]}, cmake_args=[ - "-DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake", # Pass toolchain file here + f"-DCMAKE_TOOLCHAIN_FILE={toolchain_file}", # Pass toolchain file here # "-DCMAKE_TOOLCHAIN_FILE=_skbuild/linux-x86_64-3.8/cmake-build/conan_toolchain.cmake", "-DCMAKE_BUILD_TYPE=Release", ],