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
Problem with empty exports in target_compile_definitions(example1 PUBLIC EXPORTS=)
It's work well with bear, but then we use set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
it generate command like "command": "/utbot_distr/install/bin/clang++ -DEXPORTS=\"\" -std=gnu++11 -o CMakeFiles/example1.dir/main.cpp.o -c /home/utbot/emamble/main.cpp"
From discussion:
https://github.com/UnitTestBot/UTBotJava/discussions/170
minimal reproducer:
main.cpp
CMakeLists.txt
The text was updated successfully, but these errors were encountered: