Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Remove the WAD_INSTALL_PATH option (#96)
Browse files Browse the repository at this point in the history
The engine currently lacks the relevant code for WAD_INSTALL_PATH to be
useful.
  • Loading branch information
vilhelmgray committed Jun 12, 2020
1 parent 48ecbea commit bd0f60a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prboom2/data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,4 @@ add_custom_command(
DEPENDS rdatawad ${WAD_SRC}
)
add_custom_target(prboomwad DEPENDS ${WAD_DATA_PATH})
set(WAD_INSTALL_PATH ${DOOMWADDIR} CACHE PATH "Path to install prboom-plus.wad")
install(FILES ${WAD_DATA_PATH} DESTINATION ${WAD_INSTALL_PATH} COMPONENT "PrBoom-Plus internal WAD")
install(FILES ${WAD_DATA_PATH} DESTINATION ${DOOMWADDIR} COMPONENT "PrBoom-Plus internal WAD")

0 comments on commit bd0f60a

Please sign in to comment.