We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726f759 commit 6567a67Copy full SHA for 6567a67
1 file changed
CMakeLists.txt
@@ -57,6 +57,7 @@ add_executable(infinisim main.cpp ${SOURCES} ${INCLUDES})
57
58
set(MONITOR_ZOOM 1 CACHE STRING "Scale simulator window by this factor")
59
if(MONITOR_ZOOM MATCHES "^[0-9]\.?[0-9]*")
60
+ message(STATUS "Using MONITOR_ZOOM=${MONITOR_ZOOM}")
61
target_compile_definitions(infinisim PRIVATE MONITOR_ZOOM=${MONITOR_ZOOM})
62
else()
63
message(FATAL_ERROR "variable MONITOR_ZOOM=${MONITOR_ZOOM} must be a positive number")
0 commit comments