Skip to content

Commit

Permalink
Fix: print ASSETS_PATH variable during make process
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Apr 25, 2019
1 parent def6408 commit 72e47b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ else()
set(DEBUG "ON")
endif()

MESSAGE("ASSETS_PATH: ${ASSETS_PATH}")

if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
MESSAGE("++ 64 bit architecture")
set(PKGARCH64 "ON")
else()
MESSAGE("++ 32 bit architecture")
MESSAGE("++ 32 bit architecture")
set(PKGARCH64 "OFF")
endif()

Expand Down

0 comments on commit 72e47b4

Please sign in to comment.