Lowercase program name
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ if(MSVC)
|
|||||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:CONSOLE /level='requireAdministrator'")
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:CONSOLE /level='requireAdministrator'")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(RebootInto ${SOURCE_FILES})
|
add_executable(rebootinto ${SOURCE_FILES})
|
||||||
target_link_libraries(RebootInto
|
target_link_libraries(rebootinto
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
${efivar_LIBRARIES}
|
${efivar_LIBRARIES}
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user