Skip to content

Commit

Permalink
Better CMake variable default values (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
buschmann23 committed Feb 25, 2022
1 parent 193a9bb commit 6591cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ option(BUILD_SHARED_LIBS "Enable the build of shared libraries" ON)
option(ENABLE_MAINTAINER_FLAGS "Enables some build flags used for development" OFF)
option(BUILD_DOCS "Enable the build of doxygen docs" OFF)
option(BUILD_DOCS_QUIET "Tell doxygen to be quiet while building the documentation." OFF)
set(LIBFUOTEN_I18NDIR "${LIBFUOTEN_I18NDIR}" CACHE PATH "Directory to install translations")
set(LIBFUOTEN_I18NDIR "${CMAKE_INSTALL_DATADIR}/libFuotenQt${QT_VERSION_MAJOR}/translations" CACHE PATH "Directory to install translations")

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/fuoten-config.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/FuotenQt${QT_VERSION_MAJOR}Config.cmake
Expand Down

0 comments on commit 6591cb7

Please sign in to comment.