Skip to content

Commit 85db73d

Browse files
Added CPM to build protobuf on windows
Also committed the protoc generated files since BPM doesnt support a two stage build to build protoc before running 'cmake -B' Signed-off-by: Genesis <10389486+PuppetMasterHex@users.noreply.github.com>
1 parent df6da88 commit 85db73d

File tree

8 files changed

+10533
-9
lines changed

8 files changed

+10533
-9
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ endfunction(set_common_properties)
135135
add_compile_definitions($<$<CONFIG:Debug>:DEBUG> $<$<CONFIG:Debug>:_DEBUG>)
136136
add_compile_definitions($<$<CONFIG:Release>:NDEBUG>)
137137

138-
find_package(Protobuf REQUIRED)
139-
140138
# Add Projects
141139
add_subdirectory(src/game/client)
142140
add_subdirectory(src/game/server)

0 commit comments

Comments
 (0)