Skip to content

Commit

Permalink
CMakeList executing VERSION command before build
Browse files Browse the repository at this point in the history
  • Loading branch information
0ca committed Oct 14, 2016
1 parent a4e5f05 commit 1fc3cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builds/PonceBuild/nix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cmake_policy(SET CMP0015 NEW)

set(CMAKE_BUILD_TYPE Release)

execute_process(COMMAND /bin/bash -c "cd ../../../../; /bin/bash ./version_number_update.sh")

if (NOT IDA_ARCH)
set(IDA_ARCH "x86")
endif()
Expand Down

0 comments on commit 1fc3cb5

Please sign in to comment.