Skip to content

Commit

Permalink
cmake: exclude submodules so they don't get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Feb 20, 2023
1 parent d09e257 commit 17867f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

add_subdirectory(core)
add_subdirectory(core EXCLUDE_FROM_ALL)

set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
set(KDDockWidgets_QT6 ${BUILD_QT6} CACHE INTERNAL "Conform KDDockWidgets' Qt 6 setting to ours")
add_subdirectory(KDDockWidgets)
add_subdirectory(KDDockWidgets EXCLUDE_FROM_ALL)

0 comments on commit 17867f0

Please sign in to comment.