Skip to content

Commit

Permalink
Update build system to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrm456 authored Feb 13, 2024
1 parent ba2d242 commit 6a01a3b
Show file tree
Hide file tree
Showing 4 changed files with 1,733 additions and 231 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ fi
if [[ "${NTF_CONFIGURE_UNAME}" == "Linux" ]] || \
[[ "${NTF_CONFIGURE_UNAME}" == "Darwin" ]] || \
[[ "${NTF_CONFIGURE_UNAME}" == "Windows" ]]; then
NTF_CONFIGURE_UFID_CANONICAL="${NTF_CONFIGURE_UFID_CANONICAL}_cpp17"
NTF_CONFIGURE_UFID_CANONICAL="${NTF_CONFIGURE_UFID_CANONICAL}_cpp20"
fi

if [[ "${NTF_CONFIGURE_REFROOT}" == "" ]] || [[ "${NTF_CONFIGURE_REFROOT}" == "/" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions configure.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ if not "%1"=="" (

set NTF_CONFIGURE_UFID_BASE=%NTF_CONFIGURE_UFID%

set "NTF_CONFIGURE_UFID=%NTF_CONFIGURE_UFID%_cpp17"
set "NTF_CONFIGURE_UFID=%NTF_CONFIGURE_UFID%_cpp20"

set NTF_CONFIGURE_LIBDIR=lib64

Expand Down Expand Up @@ -906,4 +906,4 @@ exit /B 0

echo Generating Clion cmake.xml done

EXIT /B
EXIT /B
Loading

0 comments on commit 6a01a3b

Please sign in to comment.