Skip to content

Commit

Permalink
oops use cmake_dependent_option not option lol
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton authored Mar 9, 2020
1 parent 81367f9 commit 07d2d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.11)

option(RGM_ENABLE_GRPC_SERVER "Enable the GRPC client plugin for compilation and code analysis." OFF "WIN32" ON)
cmake_dependent_option(RGM_ENABLE_GRPC_SERVER "Enable the GRPC client plugin for compilation and code analysis." OFF "WIN32" ON)

if (CMAKE_BUILD_TYPE MATCHES "Debug")
set(EXE "RadialGM-Debug")
Expand Down

0 comments on commit 07d2d0b

Please sign in to comment.