1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

fix installation of BUNDLE if iOS (#154)

This commit is contained in:
SpaceIm 2021-07-16 00:47:17 +02:00 committed by GitHub
parent cb5fdd1d86
commit 6aaa3ad92d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,5 @@ if(WIN32)
CONFIGURATIONS Release
RUNTIME DESTINATION bin/Release)
else()
install(TARGETS cpuid_tool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS cpuid_tool DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()