Skip to content

Commit

Permalink
[cmake] Fix CMP0071 policy
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov authored and Zverik committed Mar 27, 2018
1 parent c945ce8 commit ce3ae02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set(CMAKE_AUTOUIC ON)

QT5_ADD_RESOURCES(RES_SOURCES res/resources.qrc)

set_property(SOURCE qrc_resources.cpp PROPERTY SKIP_AUTOGEN ON)

include_directories(
${OMIM_ROOT}/3party/glm
${OMIM_ROOT}/3party/gflags/src
Expand Down
2 changes: 2 additions & 0 deletions qt/qt_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ project(qt_common)

QT5_ADD_RESOURCES(RESOURCES res/resources_common.qrc)

set_property(SOURCE qrc_resources_common.cpp PROPERTY SKIP_AUTOGEN ON)

include_directories(
${OMIM_ROOT}/3party/jansson/src
)
Expand Down

0 comments on commit ce3ae02

Please sign in to comment.