Skip to content
Snippets Groups Projects
Commit f55a60d0 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Undo change since it doesn't work

parent ac5f4a3d
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,6 @@ endfunction() ...@@ -75,8 +75,6 @@ endfunction()
# keyword: INSTALL_DIR_BASE Base directory the build output. The final product goes into a subdirectory based on the Qt version. # keyword: INSTALL_DIR_BASE Base directory the build output. The final product goes into a subdirectory based on the Qt version.
# keyword: OSX_INSTALL_RPATH Install path for osx version > 10.8 # keyword: OSX_INSTALL_RPATH Install path for osx version > 10.8
function (mtd_add_qt_target) function (mtd_add_qt_target)
set(CMAKE_CXX_CLANG_TIDY "") # disable clang-tidy for qt generated code
set (options LIBRARY EXECUTABLE NO_SUFFIX EXCLUDE_FROM_ALL) set (options LIBRARY EXECUTABLE NO_SUFFIX EXCLUDE_FROM_ALL)
set (oneValueArgs set (oneValueArgs
TARGET_NAME QT_VERSION OUTPUT_DIR_BASE OUTPUT_SUBDIR TARGET_NAME QT_VERSION OUTPUT_DIR_BASE OUTPUT_SUBDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment