@@ -73,8 +73,8 @@ function(brlcad_bext_init BEXT_SHA1)
73
73
endif (NOT DEFINED BRLCAD_EXT_NOINSTALL_DIR AND EXISTS "${BRLCAD_EXT_DIR} /noinstall" )
74
74
endif (DEFINED BRLCAD_EXT_DIR)
75
75
76
- # If we're doing the non-src-other build, we' ve got to have bext for at least a
77
- # few custom components no matter how many system packages are installed.
76
+ # We' ve got to have bext for at least a few custom components no matter how
77
+ # many system packages are installed.
78
78
if (NOT DEFINED BRLCAD_EXT_NOINSTALL_DIR OR NOT DEFINED BRLCAD_EXT_INSTALL_DIR)
79
79
message (
80
80
WARNING
@@ -339,7 +339,7 @@ function(brlcad_ext_setup)
339
339
find_program (GIT_EXEC git)
340
340
341
341
set (BRLCAD_EXT_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR} /bext_build)
342
- set (BRLCAD_EXT_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR} )
342
+ set (BRLCAD_EXT_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR} /bext_output )
343
343
344
344
# If we don't have the bext source directory, try to clone it. If the user
345
345
# specified a BRLCAD_EXT_SOURCE_DIR we won't delete it, but if we end up
@@ -460,7 +460,7 @@ function(brlcad_ext_setup)
460
460
endif (BEXT_BLD_CLEANUP)
461
461
462
462
# Persist key variables in the cache
463
- set (BRLCAD_EXT_DIR ${BRLCAD_EXT_INSTALL_DIR} /bext_output CACHE PATH "Local bext install" FORCE)
463
+ set (BRLCAD_EXT_DIR ${BRLCAD_EXT_INSTALL_DIR} CACHE PATH "Local bext install" FORCE)
464
464
set (BRLCAD_EXT_INSTALL_DIR ${BRLCAD_EXT_DIR} /install CACHE PATH "Local bext install" FORCE)
465
465
set (BRLCAD_EXT_NOINSTALL_DIR ${BRLCAD_EXT_DIR} /noinstall CACHE PATH "Local bext install" FORCE)
466
466
endfunction (brlcad_ext_setup)
0 commit comments