Skip to content

Commit

Permalink
Merge pull request #271 from flaviojs/fix-string-property-dynamips_code
Browse files Browse the repository at this point in the history
Fix STRINGS property of DYNAMIPS_CODE.
  • Loading branch information
grossmj authored Oct 8, 2024
2 parents 183d271 + ffc2eb4 commit c6925a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else ()
set ( _default "stable" )
endif ()
set ( DYNAMIPS_CODE "${_default}" CACHE STRING "Target code (stable;unstable;both;none)" )
set_property ( CACHE DYNAMIPS_ARCH PROPERTY STRINGS "stable" "unstable" "both" "none" )
set_property ( CACHE DYNAMIPS_CODE PROPERTY STRINGS "stable" "unstable" "both" "none" )
if ( NOT DYNAMIPS_CODE )
set ( DYNAMIPS_CODE "${_default}" )
endif ()
Expand Down

0 comments on commit c6925a6

Please sign in to comment.