Skip to content

Commit 638b753

Browse files
authored
Fix CMakeLists.txt in jerry-main. (#1571)
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
1 parent 7b01b29 commit 638b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-main/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
cmake_minimum_required (VERSION 2.8.12)
16-
project (${JERRY_NAME} C)
16+
project (jerry-main C)
1717

1818
# Optional build settings
1919
set(ENABLE_LINK_MAP OFF CACHE BOOL "Enable generating a link map file?")

0 commit comments

Comments
 (0)