Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Mar 15, 2024
1 parent 99c5b35 commit 32c282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if(${USE_SKIA_SYSTEM_LIBS} AND UNIX)
endif()

if(UNIX AND NOT APPLE)
include_directories(${GPERF_INCLUDES_DIRS})
include_directories(${GPERF_INCLUDE_DIRS})
configure_file(
app.desktop.in
${CMAKE_BINARY_DIR}/${PROJECT_FREEDESKTOP}.desktop
Expand Down
2 changes: 1 addition & 1 deletion src/cmake/friction-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ else()
fontconfig
${OPENGL_LIBRARY})
pkg_check_modules(UNWIND REQUIRED libunwind)
set(GPERF_INCLUDES_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../gperftools ${UNWIND_INCLUDE_DIRS})
set(GPERF_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../gperftools ${UNWIND_INCLUDE_DIRS})
set(GPERF_LIBRARIES tcmalloc_static ${UNWIND_LIBRARIES})
endif()
endif()

0 comments on commit 32c282f

Please sign in to comment.