Changeset 321 in pacpusframework for trunk/cmake/PacpusUtilities.cmake


Ignore:
Timestamp:
10/28/14 11:26:18 (10 years ago)
Author:
Marek Kurdej
Message:

[cmake] Fix small CMake problem. Change defaults CMake parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusUtilities.cmake

    r313 r321  
    463463        "#endif // __${PLUGIN_NAME_UPPER}_CONFIG_H__\n"
    464464        )
    465 endfunction(CREATE_EXPORT)
     465endfunction()
    466466
    467467function(UNDEF_EXPORT PLUGIN_NAME)
    468468    string(TOUPPER ${PLUGIN_NAME} PLUGIN_NAME_UPPER)
    469469    add_definitions( -U${PLUGIN_NAME_UPPER}_EXPORTS )
    470 endfunction(IMPORT)
     470endfunction()
Note: See TracChangeset for help on using the changeset viewer.