Skip to content

Commit

Permalink
{cmake} Added missing include for GNUInstallDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
adi64 authored Dec 2, 2024
1 parent 4a0b98b commit 6399093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ if ( E57_BUILD_TEST )
endif()

# CMake package files
include( GNUInstallDirs )
set( E57_INSTALL_CMAKEDIR
"${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}"
CACHE STRING
Expand Down

0 comments on commit 6399093

Please sign in to comment.