Skip to content

Commit

Permalink
cmake: Remove include(GNUInstallDirs) from CommonVars
Browse files Browse the repository at this point in the history
This include is now in the top-level CMakeLists
  • Loading branch information
paulh-aja committed Mar 22, 2022
1 parent 18c9f25 commit 5dba093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/CommonVars.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include(GNUInstallDirs)

if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(AJA_BITS 64)
message(STATUS "Bits: 64-bit")
Expand Down

0 comments on commit 5dba093

Please sign in to comment.