Alon Leibman

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Alon Leibman created a post,

    CLion updating symbols during git rebase

    Hi,Whenever I rebase my git branch, while rebase is ongoing, CLion detects changes and starts updating the symbols, which takes a lot of CPU resources.Is there a way for CLion to detect that Git is...
  • Alon Leibman created a post,

    add_custom_command OUTPUT file not detected as part of the project

    I'm using the add_custom_command to generate some source fileadd_custom_command( OUTPUT ${GENERATED_FILE} COMMAND python somePythonScript.py)and adding it to the executableadd_executable(${...