Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libcore: Adjusted build configuration to include dependencies
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 1fd2560 commit a5a5338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/cmake/config/DengCoreConfig.cmake
@@ -1,4 +1,4 @@
# find_package (Qt5 COMPONENTS Core Network REQUIRED)
find_package (CPlus REQUIRED)

# Deng::libcore may exist in the current build, in which case using
# a previously installed version is inappropriate.
Expand Down
1 change: 0 additions & 1 deletion doomsday/tools/doomsdayscript/CMakeLists.txt
Expand Up @@ -5,7 +5,6 @@ project (DE_DSCRIPT)
include (../../cmake/Macros.cmake)

# Dependencies.
find_package (CPlus)
find_package (DengCore)

add_executable (doomsdayscript main.cpp)
Expand Down

0 comments on commit a5a5338

Please sign in to comment.