Dave Barnes created GEODE-2784: ---------------------------------- Summary: Geode client docs: Cmake reqires the --config option when a generator is specified Key: GEODE-2784 URL: https://issues.apache.org/jira/browse/GEODE-2784 Project: Geode Issue Type: Improvement Components: docs Reporter: Dave Barnes
When generating for IDEs such as VisualStudio or Xcode, CMAKE_BUILD_TYPE is a no-op on config step and on the build step one MUST specify --config [Debug|Release]. For example: cmake -G"Visual Studio 12 2013 Win64" c:\install\templates\security -DGFCPP=c:\install cmake --build . --config Release cmake --build . --config Release --target install -- This message was sent by Atlassian JIRA (v6.3.15#6346)