Skip to content

Commit

Permalink
fixed never generating projects with USE_CURL in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
entdark committed Mar 22, 2019
1 parent dd1371a commit 25ade6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ if(BuildEngine)

# Source Files

set(MPEngineDefines ${MPSharedDefines} ${MPBotlibDefines})
set(MPEngineDefines ${MPEngineDefines} ${MPBotlibDefines})
set(MPEngineFiles ${MPEngineFiles} ${MPBotlibHeaderFiles})
set(MPEngineFiles ${MPEngineFiles} ${MPBotlibSourceFiles})
# TODO: Allow for use of external library
Expand Down

0 comments on commit 25ade6c

Please sign in to comment.