comparison CMakeLists.txt @ 649:7446a8ae2fad

fix installation path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 10:28:50 +0100
parents 92aa6df91c30
children b8af38c04ec6
comparison
equal deleted inserted replaced
648:bcf5c9a767a9 649:7446a8ae2fad
227 target_link_libraries(Orthanc OpenSSL) 227 target_link_libraries(Orthanc OpenSSL)
228 endif() 228 endif()
229 229
230 install( 230 install(
231 TARGETS Orthanc 231 TARGETS Orthanc
232 RUNTIME DESTINATION bin 232 RUNTIME DESTINATION sbin
233 ) 233 )
234 234
235 235
236 236
237 ##################################################################### 237 #####################################################################