Skip to content

Commit

Permalink
fixed install (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Jan 2, 2024
1 parent 785a8d8 commit 5764a37
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 @@ -144,7 +144,7 @@ install(EXPORT FRIClientTargets
DESTINATION lib/cmake/FRIClient
)

install(FILES ${CMAKE_BINARY_DIR}/FRIClientConfigVersion.cmake
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/FRIClientConfigVersion.cmake
DESTINATION lib/cmake/FRIClient
)

Expand Down

0 comments on commit 5764a37

Please sign in to comment.