From 5dba0931a8d8011a51a94f98dc4321f108e6d726 Mon Sep 17 00:00:00 2001 From: Paul Hindt Date: Mon, 21 Mar 2022 18:00:52 -0700 Subject: [PATCH] cmake: Remove include(GNUInstallDirs) from CommonVars This include is now in the top-level CMakeLists --- cmake/CommonVars.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/CommonVars.cmake b/cmake/CommonVars.cmake index 57be45c..970904a 100644 --- a/cmake/CommonVars.cmake +++ b/cmake/CommonVars.cmake @@ -1,5 +1,3 @@ -include(GNUInstallDirs) - if(CMAKE_SIZEOF_VOID_P EQUAL 8) set(AJA_BITS 64) message(STATUS "Bits: 64-bit")