Skip to content
Snippets Groups Projects

Changed cafsetup.sh location

Merged Konstantin Lehmann requested to merge 268-remove-cafsetup-sym-link into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -62,10 +62,6 @@ file(APPEND ${CAFSETUP} "if [ \"$(find ${CAFPLUGINSETUP}/*.sh -mindepth 1 -print
file(APPEND ${CAFSETUP} "for setupscript in ${CAFPLUGINSETUP}/*.sh; do source \${setupscript}; done\n")
file(APPEND ${CAFSETUP} "fi\n")
execute_process(
COMMAND ln -sf ${CMAKE_CURRENT_BINARY_DIR}/cafsetup.sh ${CMAKE_CURRENT_SOURCE_DIR}/cafsetup.sh
)
if(LINUX)
set(NPROC "nproc")
elseif(APPLE)
Loading