You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boost.ut: error: failed to read compiled module: No such file or directory boost.ut: note: compiled module file is 'gcm.cache/boost.ut.gcm' boost.ut: note: imports must be built before being imported boost.ut: fatal error: returning to the gate for a mechanical issue compilation terminated.
Steps to Reproduce the Problem
installed successfully with make install
used find_package(ut REQUIRED) in my CMakeLists.txt
linked Boost::ut into my binary using target_link_libraries, all as per instructions
Specifications
Version: latest main
Platform: Windows x64
Subsystem: msys2, latest, gcc 14.2
The text was updated successfully, but these errors were encountered:
Expected Behavior
import boost.ut;
worksActual Behavior
boost.ut: error: failed to read compiled module: No such file or directory
boost.ut: note: compiled module file is 'gcm.cache/boost.ut.gcm'
boost.ut: note: imports must be built before being imported
boost.ut: fatal error: returning to the gate for a mechanical issue
compilation terminated.
Steps to Reproduce the Problem
find_package(ut REQUIRED)
in my CMakeLists.txtBoost::ut
into my binary usingtarget_link_libraries
, all as per instructionsSpecifications
The text was updated successfully, but these errors were encountered: