From c2b6cd47bcdf45bf6c4d98a730e28e3f615c492d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sun, 8 Mar 2020 19:13:03 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@749 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad/CMakeLists.txt b/qad/CMakeLists.txt index 25468fa..181f94b 100644 --- a/qad/CMakeLists.txt +++ b/qad/CMakeLists.txt @@ -52,9 +52,9 @@ if (NOT LIBPROJECT) endif() set(CMAKES "FindQAD.cmake" "QtWraps.cmake") -install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) if (LIB) + install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) if (WIN32) install(FILES ${EXPORT_HEADER} DESTINATION ${MINGW_INCLUDE}/qad) else()