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:
parent
cb5fdd1d86
commit
6aaa3ad92d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue