We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15c076 commit 3e0c9a3Copy full SHA for 3e0c9a3
CMakeLists.txt
@@ -74,12 +74,12 @@ if (BUILD_DEPS)
74
#we don't want happening until we're done with the above code.
75
list(APPEND CMAKE_PREFIX_PATH "${AWS_DEPS_INSTALL_DIR}")
76
77
- project(aws-iot-device-sdk-cpp-v2 CXX)
+ project(aws-iot-device-sdk-cpp-v2)
78
79
else()
80
#the following two lines are done in this branch intentionally, don't move it. project() does some magic that
81
#we want happening exactly right now.
82
83
84
endif()
85
0 commit comments