Skip to content
Snippets Groups Projects
Forked from Applications / calamares
Source project has a limited visibility.
  • Aurélien Gâteau's avatar
    b3ba56a8
    Indeed CMake, a list is not a directory... · b3ba56a8
    Aurélien Gâteau authored
    After testing a Python module, the build was broken because the test
    created a __pycache__ dir, which CMake tried to install as a file because:
    
    a) `if(IS_DIRECTORY foo)` requires a full path to work
    
    b) For CMake, `IS_DIRECTORY(foo)` is not the same as `IS_DIRECTORY foo`
    
    c) CMake is a pain sometimes
    b3ba56a8
    History
    Indeed CMake, a list is not a directory...
    Aurélien Gâteau authored
    After testing a Python module, the build was broken because the test
    created a __pycache__ dir, which CMake tried to install as a file because:
    
    a) `if(IS_DIRECTORY foo)` requires a full path to work
    
    b) For CMake, `IS_DIRECTORY(foo)` is not the same as `IS_DIRECTORY foo`
    
    c) CMake is a pain sometimes
Code owners
Assign users and groups as approvers for specific file changes. Learn more.