Skip to content

Commit

Permalink
Fixing wrong install path
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Feb 27, 2024
1 parent 1dae2cd commit 4ab6732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ message(STATUS "Doing a ${CMAKE_BUILD_TYPE} build")
# contains some library search cmake scripts
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

include (GenerateExportHeader)
include (GNUInstallDirs)

option(BUILD_SHARED_LIBS "Build the shared library" ON)
option(STATICCOMPILE "Compile to static executable" OFF)
if (STATICCOMPILE)
Expand Down

0 comments on commit 4ab6732

Please sign in to comment.