Skip to content

Commit

Permalink
Fix: Removing vulkan from common parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Aug 16, 2024
1 parent dd2bc58 commit 790d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CommonBuildParameters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(BOOST_VERSION_3U "${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_${BOOST_PATC
set(BOOST_VERSION_2U "${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}")

set(SHARED_LIB_BUILD OFF CACHE BOOL "Shared library option for GeniusSDK")
find_package(Vulkan REQUIRED)
#find_package(Vulkan REQUIRED)

if(SHARED_LIB_BUILD)
set(LIB_TYPE SHARED)
Expand Down

0 comments on commit 790d7f5

Please sign in to comment.