Skip to content

Commit

Permalink
Merge pull request #16 from aja-video/use_cmake_install_prefix
Browse files Browse the repository at this point in the history
cmake: Remove include(GNUInstallDirs) from CommonVars
  • Loading branch information
paulh-aja authored Mar 22, 2022
2 parents 3e43a06 + 5dba093 commit 9e7309f
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 9e7309f

Please sign in to comment.