Skip to content

Commit f4def2f

Browse files
authored
Don't double-prefix the install directory (#1341)
1 parent b2361d3 commit f4def2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ message(STATUS "CCF release version=${CCF_RELEASE_VERSION}")
2424
#
2525
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
2626
set(CMAKE_INSTALL_PREFIX
27-
"/opt/ccf/ccf-${CCF_VERSION}"
27+
"/opt/ccf/${CCF_VERSION}"
2828
CACHE PATH "Default install prefix" FORCE
2929
)
3030
endif()

0 commit comments

Comments
 (0)