szaszm commented on code in PR #1774:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1774#discussion_r1585102353
##########
CMakeLists.txt:
##########
@@ -25,6 +25,10 @@ cmake_policy(SET CMP0135 NEW) # policy to set the timestamps
of extracted conten
project(nifi-minifi-cpp VERSION 0.99.0)
set(PROJECT_NAME "nifi-minifi-cpp")
+if (NOT CMAKE_BUILD_TYPE)
+ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Built type" FORCE)
Review Comment:
```suggestion
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build type" FORCE)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]