Open mhalk opened 1 year ago
Hi @mhalk, I am in the process of reworking out cmake in general for the purposes of consistency and stability
Great, thanks for letting me know. We had to patch around this, to avoid build failures -- so, generally looking forward!
This NFC will only change the name of an internal variable.
FIND_AQL_PROFILE_LIB
toAQLPROFILE_LIB
However, this will increase consistency among three files:
./cmake_modules/env.cmake
./src/api/CMakeLists.txt
./src/tools/rocprofv2/CMakeLists.txt
Which in turn will enable an externally provided
-DAQLPROFILE_LIB=
to avoid a build termination.