5 lines
88 B
CMake
5 lines
88 B
CMake
# set installation prefix
|
|
if( PREFIX )
|
|
set(CMAKE_INSTALL_PREFIX "${PREFIX}")
|
|
endif()
|
|
|