Skip to content

Commit

Permalink
bump test version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Dec 9, 2024
1 parent ad21342 commit f67056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project(${PROJECT_NAME} VERSION ${PARALLAXGEN_VERSION})
add_compile_definitions(PARALLAXGEN_VERSION="${PARALLAXGEN_VERSION}")

# Set test version (set this to 0 for prod releases)
add_compile_definitions(PARALLAXGEN_TEST_VERSION=1)
add_compile_definitions(PARALLAXGEN_TEST_VERSION=2)

# Setup Folders
set(EXTRN_BUILD_DIR ${CMAKE_BINARY_DIR}/external/blds)
Expand Down

0 comments on commit f67056a

Please sign in to comment.