Skip to content

Commit

Permalink
cmake: Don't install the fxdiv header
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckatkins committed Nov 7, 2023
1 parent 4fe0e1e commit ca476f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ IF(NOT TARGET fxdiv)
SET(FXDIV_BUILD_BENCHMARKS OFF CACHE BOOL "")
ADD_SUBDIRECTORY(
"${FXDIV_SOURCE_DIR}"
"${CMAKE_BINARY_DIR}/FXdiv")
"${CMAKE_BINARY_DIR}/FXdiv"
EXCLUDE_FROM_ALL)
ENDIF()
TARGET_LINK_LIBRARIES(pthreadpool PRIVATE fxdiv)

Expand Down

0 comments on commit ca476f1

Please sign in to comment.