cmake: Remove include(GNUInstallDirs) from CommonVars

This include is now in the top-level CMakeLists
pull/16/head
Paul Hindt 2022-03-21 18:00:52 -07:00
parent 18c9f2554d
commit 5dba0931a8
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
include(GNUInstallDirs)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(AJA_BITS 64)
message(STATUS "Bits: 64-bit")