Resolve "Various improvements and fixes to simulation core"
Compare changes
Files
278+ 13
− 19
@@ -32,26 +33,26 @@ foreach(SEARCH_DIR IN LISTS SEARCH_DIRS)
@@ -32,26 +33,26 @@ foreach(SEARCH_DIR IN LISTS SEARCH_DIRS)
# Even if MSYS is the first entry in PATH, a potentially available `bash` from a WSL installation will be found first.
COMMAND ${SHELL} -c "for f in \$(find -iname \'*.dll\'); do cygpath -a -m \$(dirname \$f); done | sort -u"
COMMAND $ENV{SHELL} -lc "for f in \$(find -iname \'*.so\'); do realpath \$(dirname \$f); done | sort -u"
@@ -104,10 +105,3 @@ install(CODE
@@ -104,10 +105,3 @@ install(CODE