Closed gfardell closed 2 months ago
I think you may have to use CRLF line endings since it's a batch file.
odd... I edited and pushed from windows
PS C:\Users\[USER]\GitHub\CCPi-Regularisation-Toolkit\recipe> git ls-files --eol
i/crlf w/crlf attr/ bld.bat
i/lf w/crlf attr/ build.sh
i/lf w/crlf attr/ conda_build_config.yaml
i/lf w/crlf attr/ meta.yaml
that's only after my latest commit :)
Sets the correct compiler and toolkit to be used by the build.
Builds the shared library as 'RelWithDebInfo'. Previous build was defaulting to
Debug
asDCMAKE_BUILD_TYPE
is not used by MSVC.closes #211