Skip to content

Commit

Permalink
Temporarily disabled while investigating...
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Feb 25, 2024
1 parent 963abd2 commit a1f3c16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmake/Modules/PlatformDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ function( detect_platform_variables resultvarname )
if ( MCCODE_EXE_SUFFIX MATCHES "^\\." )
string(SUBSTRING "${MCCODE_EXE_SUFFIX}" 1 -1 MCCODE_EXE_SUFFIX)
endif()
if ( MCCODE_EXE_SUFFIX STREQUAL "" ) # If we arrive here without any suffix, opt for "out"
set( MCCODE_EXE_SUFFIX "out" )
endif()
# Ends up also on code-generator binary name - which it shouldn't, disabling for now...
#if ( MCCODE_EXE_SUFFIX STREQUAL "" ) # If we arrive here without any suffix, opt for "out"
# set( MCCODE_EXE_SUFFIX "out" )
#endif()
provide_var( MCCODE_EXE_SUFFIX )

#BROWSER (a.k.a. generic "open" command):
Expand Down

0 comments on commit a1f3c16

Please sign in to comment.